Skip to content

Commit 3cef846

Browse files
authored
Change min c++ std to c++14
1 parent 8db370c commit 3cef846

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

projects/CMake/shared.cmake

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
5151
endif()
5252
endif()
5353

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-
)
54+
set(RX_COMPILE_FEATURES cxx_std_14)
6855

6956
set(IX_SRC_DIR ${RXCPP_DIR}/Ix/CPP/src)
7057
set(RX_SRC_DIR ${RXCPP_DIR}/Rx/v2/src)

0 commit comments

Comments
 (0)