You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PROJECT_DIR\lib\thirdparty\argparse\include\argparse\argparse.hpp(242,28): error : constexpr variable 'generic_strtod<float>' must be initialized by a constant expression
template <> constexpr auto generic_strtod<float> = strtof;
^ ~~~~~~
PROJECT_DIR\lib\thirdparty\argparse\include\argparse\argparse.hpp(243,28): error : constexpr variable 'generic_strtod<double>' must be initialized by a constant expression
template <> constexpr auto generic_strtod<double> = strtod;
^ ~~~~~~
PROJECT_DIR\lib\thirdparty\argparse\include\argparse\argparse.hpp(244,28): error : constexpr variable 'generic_strtod<long double>' must be initialized by a constant expression
template <> constexpr auto generic_strtod<long double> = strtold;
^ ~~~~~~~
Relevant info:
CMake
clang-cl
Errors
Build command (Ran by VS)
CMakeLists.txt (@ Project root)
CMakeLists.txt (@ Project root/src/)
The text was updated successfully, but these errors were encountered: