aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 9a36e3d..ec76c2e 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -6,7 +6,7 @@ target_include_directories("newtype" INTERFACE
)
target_compile_features("newtype" INTERFACE
- "cxx_std_20"
+ "cxx_std_23"
)
set_target_properties("newtype" PROPERTIES