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
Tried to build with clang to check CMake behaviour with CMAKE_CXX_STANDARD, executables (steerbench, steersim) fail to link due to an undefined symbol error (something to do with std::string, but mangled name so not super clearr)
Additionally depending on clang version there are a range of additional warnings that are not suppressed, or suppression flags in use are too new for the version of clang in question.
GCC is happy enough (with the appropriate c++ version set, 14 rather than 11 for auto in current master 14e080f)
The text was updated successfully, but these errors were encountered:
Tried to build with clang to check CMake behaviour with
CMAKE_CXX_STANDARD
, executables (steerbench, steersim) fail to link due to an undefined symbol error (something to do with std::string, but mangled name so not super clearr)Additionally depending on clang version there are a range of additional warnings that are not suppressed, or suppression flags in use are too new for the version of clang in question.
GCC is happy enough (with the appropriate c++ version set, 14 rather than 11 for
auto
in current master 14e080f)The text was updated successfully, but these errors were encountered: