Skip to content

Commit 386f697

Browse files
committed
b2: require cxx17 in test Jamfile
1 parent 666e0c3 commit 386f697

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Jamfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ import config : requires ;
1414
project
1515
: requirements
1616

17-
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
17+
[ requires cxx17_auto_nontype_template_params cxx17_deduction_guides
18+
cxx17_fold_expressions cxx17_hdr_charconv cxx17_hdr_string_view
19+
cxx17_hdr_variant cxx17_if_constexpr cxx17_inline_variables
20+
cxx17_structured_bindings ]
1821

1922
<library>/boost/openmethod//boost_openmethod
2023

0 commit comments

Comments
 (0)