This commit is contained in:
Cheng
2026-01-24 08:48:41 +09:00
committed by GitHub
parent 8e93b7448c
commit 617fd9cbbd
7 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ The next step is to setup a CMake file in ``CMakeLists.txt``:
project(example LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)