Skip to content

Commit fcf92a3

Browse files
authored
Set option(QL_USE_STD_ANY 'Use std::any instead of boost::any' ON) (lballabio#2207)
2 parents 33456be + 9623a8b commit fcf92a3

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
@@ -62,7 +62,7 @@ option(QL_INSTALL_TEST_SUITE "Install test suite" ON)
6262
option(QL_TAGGED_LAYOUT "Library names use layout tags" ${MSVC})
6363
option(QL_USE_CLANG_TIDY "Use clang-tidy when building" OFF)
6464
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)
65+
option(QL_USE_STD_ANY "Use std::any instead of boost::any" ON)
6666
option(QL_USE_STD_CLASSES "Enable all QL_USE_STD_ options" OFF)
6767
option(QL_USE_STD_OPTIONAL "Use std::optional instead of boost::optional" ON)
6868
option(QL_USE_STD_SHARED_PTR "Use standard smart pointers instead of Boost ones" OFF)

0 commit comments

Comments
 (0)