Remove C++11 requirements from test/Jamfile

This commit is contained in:
Peter Dimov
2024-05-18 03:18:56 +03:00
parent 38293da18e
commit f9bdafd3ca

View File

@ -16,8 +16,6 @@ project
: requirements
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_constexpr ]
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on