--- ./CMakeLists.txt.orig 2024-08-02 22:45:16.000000000 -0500 +++ ./CMakeLists.txt 2025-06-11 14:58:45.885951970 -0500 @@ -154,7 +154,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") add_definitions( - -std=c++14 + -std=c++17 -Wall ) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread") @@ -163,7 +163,7 @@ endif () elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") add_definitions( - -std=c++14 + -std=c++17 -Wall ) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread")