mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
More Jamfile compiler requirements for tests
This commit is contained in:
@ -2,6 +2,7 @@ Version 127:
|
|||||||
|
|
||||||
* Add BOOST_BEAST_NO_POSIX_FADVISE
|
* Add BOOST_BEAST_NO_POSIX_FADVISE
|
||||||
* Version command line option for HTTP client examples
|
* Version command line option for HTTP client examples
|
||||||
|
* More Jamfile compiler requirements for tests
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -13,10 +13,13 @@ import ../../config/checks/config : requires ;
|
|||||||
project /boost/beast/test
|
project /boost/beast/test
|
||||||
: requirements
|
: requirements
|
||||||
[ requires
|
[ requires
|
||||||
cxx11_variadic_templates
|
cxx11_constexpr
|
||||||
cxx11_template_aliases
|
|
||||||
cxx11_decltype
|
cxx11_decltype
|
||||||
cxx11_hdr_tuple ]
|
cxx11_hdr_tuple
|
||||||
|
cxx11_sfinae_expr
|
||||||
|
cxx11_template_aliases
|
||||||
|
cxx11_variadic_templates
|
||||||
|
]
|
||||||
<include>./extern
|
<include>./extern
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user