We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d75e7 commit 46889a4Copy full SHA for 46889a4
CMakeLists.txt
@@ -205,7 +205,7 @@ OPTION(BUILD_TESTS "xtensor test suite" OFF)
205
OPTION(BUILD_BENCHMARK "xtensor benchmark" OFF)
206
OPTION(DOWNLOAD_GBENCHMARK "download google benchmark and build from source" ON)
207
OPTION(DEFAULT_COLUMN_MAJOR "set default layout to column major" OFF)
208
-OPTION(CPP20 "enables C++20 (experimental)" OFF)
+OPTION(CPP23 "enables C++23 (experimental)" OFF)
209
OPTION(XTENSOR_DISABLE_EXCEPTIONS "Disable C++ exceptions" OFF)
210
OPTION(DISABLE_MSVC_ITERATOR_CHECK "Disable the MVSC iterator check" ON)
211
0 commit comments