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 8db370c commit 3cef846Copy full SHA for 3cef846
projects/CMake/shared.cmake
@@ -51,20 +51,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
51
endif()
52
53
54
-set(RX_COMPILE_FEATURES
55
- cxx_auto_type
56
- cxx_nullptr
57
- cxx_decltype
58
- cxx_lambdas
59
- cxx_range_for
60
- cxx_right_angle_brackets
61
- cxx_rvalue_references
62
- cxx_static_assert
63
- cxx_trailing_return_types
64
- cxx_alias_templates
65
- cxx_variadic_templates
66
- cxx_template_template_parameters
67
- )
+set(RX_COMPILE_FEATURES cxx_std_14)
68
69
set(IX_SRC_DIR ${RXCPP_DIR}/Ix/CPP/src)
70
set(RX_SRC_DIR ${RXCPP_DIR}/Rx/v2/src)
0 commit comments