Skip to content

Commit c3d3528

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Jamfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ 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_execution
19+
cxx17_hdr_string_view cxx17_hdr_variant
20+
cxx17_if_constexpr cxx17_inline_variables
21+
cxx17_structured_bindings ]
1822

1923
<library>/boost/openmethod//boost_openmethod
2024

0 commit comments

Comments
 (0)