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
-Wno-c++17-attribute-extensions won't work for all compilers (i.e. pre-C++17 compilers). If you need to stick to C++14, googletest 1.14.0 what we use for our testing. Otherwise, you could try setting -DGSL_CXX_STANDARD=17 (or whichever version you want) when invoking cmake. Depending on your needs -DGSL_TEST=0 is also an option.
I don't think there is anything actionable from our side. This is an issue between googletest and C++14.
tried clang-16 & clang-19, gsl 4.1.0 on macOS 15.2 and nixpkgs
build log
this diff removes the warning.
The text was updated successfully, but these errors were encountered: