chore: bump CXX standard to 20

This commit is contained in:
realstealthninja
2024-10-01 21:30:30 +05:30
parent 8ed74c6409
commit e3ae1d1a45

View File

@@ -8,7 +8,7 @@ project(Algorithms_in_C++
# set(CMAKE_CXX_CPPLINT "~/anaconda3/bin/cpplint --filter=-legal/copyright --std=c++11")
# find_program(CLANG_FORMAT "clang-format")
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if(MSVC)