From 79cbe50aa41bb386c3ed606d1392fef26e70511f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 26 Feb 2025 12:16:01 +0100 Subject: lib: require C++23 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3