Skip to content

Commit 46889a4

Browse files
committed
feat: Add c++23 option
- Previously, we had the option of activating c++20. - But as we defined c++20 as default, I suggest to replace this option as c++23.
1 parent d8d75e7 commit 46889a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ OPTION(BUILD_TESTS "xtensor test suite" OFF)
205205
OPTION(BUILD_BENCHMARK "xtensor benchmark" OFF)
206206
OPTION(DOWNLOAD_GBENCHMARK "download google benchmark and build from source" ON)
207207
OPTION(DEFAULT_COLUMN_MAJOR "set default layout to column major" OFF)
208-
OPTION(CPP20 "enables C++20 (experimental)" OFF)
208+
OPTION(CPP23 "enables C++23 (experimental)" OFF)
209209
OPTION(XTENSOR_DISABLE_EXCEPTIONS "Disable C++ exceptions" OFF)
210210
OPTION(DISABLE_MSVC_ITERATOR_CHECK "Disable the MVSC iterator check" ON)
211211

0 commit comments

Comments
 (0)