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
The cache of build is cleared, and I specify -DCMAKE_CXX_STANDARD=17, but s2 still use c++11 to compile.
But if I change the line set(CMAKE_CXX_STANDARD 11) to set(CMAKE_CXX_STANDARD 17) in CmakeLists.txt, it works.