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
During building the project, the following errors were produced:
/opt/homebrew/include/yaml-cpp/binary.h:23:17: error: expected member name or';' after declaration specifiers
: m_data{}, m_unownedData(data_), m_unownedSize(size_) {}
^
/opt/homebrew/include/yaml-cpp/binary.h:23:15: error: expected '('
: m_data{}, m_unownedData(data_), m_unownedSize(size_) {}
^
In file included from /Users/vidushi/development/testing-boost-exercise/src/Configuration.cpp:4:
In file included from /opt/homebrew/include/yaml-cpp/yaml.h:14:
In file included from /opt/homebrew/include/yaml-cpp/exceptions.h:12:
/opt/homebrew/include/yaml-cpp/traits.h:111:10: error: 'auto'not allowed in function return type
staticautotest(int)
^~~~
/opt/homebrew/include/yaml-cpp/traits.h:111:24: error: expected ';' at end of declaration list static auto test(int) ^/opt/homebrew/include/yaml-cpp/traits.h:115:10: error: 'auto' not allowed in function return type static auto test(...) -> std::false_type; ^~~~/opt/homebrew/include/yaml-cpp/traits.h:115:24: error: expected ';' at end of declaration list static auto test(...) -> std::false_type;...
In CMakeLists.txt: TARGET property CXX_STANDARD does not seem to work properly. Setting Global CMAKE_CXX_STANDARD to 11 successfully built the project.
During building the project, the following errors were produced:
In CMakeLists.txt:
TARGET
propertyCXX_STANDARD
does not seem to work properly. Setting GlobalCMAKE_CXX_STANDARD
to 11 successfully built the project.Environment details:
OS : MacOS Monterey 12.3.1 (M1 chip)
CMake: 3.25.2
The text was updated successfully, but these errors were encountered: