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.
option(QL_USE_STD_ANY 'Use std::any instead of boost::any' ON)
2 parents 33456be + 9623a8b commit fcf92a3Copy full SHA for fcf92a3
CMakeLists.txt
@@ -62,7 +62,7 @@ option(QL_INSTALL_TEST_SUITE "Install test suite" ON)
62
option(QL_TAGGED_LAYOUT "Library names use layout tags" ${MSVC})
63
option(QL_USE_CLANG_TIDY "Use clang-tidy when building" OFF)
64
option(QL_USE_INDEXED_COUPON "Use indexed coupons instead of par coupons" OFF)
65
-option(QL_USE_STD_ANY "Use std::any instead of boost::any" OFF)
+option(QL_USE_STD_ANY "Use std::any instead of boost::any" ON)
66
option(QL_USE_STD_CLASSES "Enable all QL_USE_STD_ options" OFF)
67
option(QL_USE_STD_OPTIONAL "Use std::optional instead of boost::optional" ON)
68
option(QL_USE_STD_SHARED_PTR "Use standard smart pointers instead of Boost ones" OFF)
0 commit comments