Skip to content

Commit 4e524df

Browse files
revert: bump CXX standard to 20
1 parent e3ae1d1 commit 4e524df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(Algorithms_in_C++
88
# set(CMAKE_CXX_CPPLINT "~/anaconda3/bin/cpplint --filter=-legal/copyright --std=c++11")
99
# find_program(CLANG_FORMAT "clang-format")
1010

11-
set(CMAKE_CXX_STANDARD 20)
11+
set(CMAKE_CXX_STANDARD 11)
1212
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1313

1414
if(MSVC)

0 commit comments

Comments
 (0)