File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lib boost_random
24
24
: <link>shared:<define>BOOST_RANDOM_DYN_LINK=1
25
25
<define>BOOST_RANDOM_SOURCE=1
26
26
27
- [ requires cxx11_noexcept cxx11_rvalue_references sfinae_expr cxx11_auto_declarations cxx11_lambdas cxx11_unified_initialization_syntax cxx11_hdr_tuple cxx11_hdr_initializer_list cxx11_hdr_chrono cxx11_thread_local cxx11_constexpr cxx11_nullptr cxx11_numeric_limits cxx11_decltype cxx11_hdr_array cxx11_hdr_atomic cxx11_hdr_type_traits cxx11_allocator cxx11_explicit_conversion_operators ]
27
+ [ requires cxx11_noexcept cxx11_rvalue_references sfinae_expr cxx11_auto_declarations cxx11_lambdas cxx11_unified_initialization_syntax cxx11_hdr_tuple cxx11_hdr_initializer_list cxx11_constexpr cxx11_nullptr cxx11_numeric_limits cxx11_decltype cxx11_hdr_array cxx11_hdr_type_traits cxx11_explicit_conversion_operators ]
28
28
29
29
# default-build
30
30
:
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ project /boost/random/test : requirements
17
17
<library>/boost/random//boost_random
18
18
19
19
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
20
+
21
+ [ requires cxx11_noexcept cxx11_rvalue_references sfinae_expr cxx11_auto_declarations cxx11_lambdas cxx11_unified_initialization_syntax cxx11_hdr_tuple cxx11_hdr_initializer_list cxx11_constexpr cxx11_nullptr cxx11_numeric_limits cxx11_decltype cxx11_hdr_array cxx11_hdr_type_traits cxx11_explicit_conversion_operators ]
20
22
;
21
23
22
24
run test_const_mod.cpp /boost/test//boost_unit_test_framework ;
You can’t perform that action at this time.
0 commit comments