mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Check compiler feature in Jamfile
This commit is contained in:
@@ -2,6 +2,7 @@ Version 123:
|
|||||||
|
|
||||||
* Use unit-test subtree
|
* Use unit-test subtree
|
||||||
* Fix spurious race in websocket close test
|
* Fix spurious race in websocket close test
|
||||||
|
* Check compiler feature in Jamfile
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -7,8 +7,16 @@
|
|||||||
# Official repository: https://github.com/boostorg/beast
|
# Official repository: https://github.com/boostorg/beast
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import testing ;
|
||||||
|
import ../../config/checks/config : requires ;
|
||||||
|
|
||||||
project /boost/beast/test
|
project /boost/beast/test
|
||||||
: requirements
|
: requirements
|
||||||
|
[ requires
|
||||||
|
cxx11_variadic_templates
|
||||||
|
cxx11_template_aliases
|
||||||
|
cxx11_decltype
|
||||||
|
cxx11_hdr_tuple ]
|
||||||
<include>./extern
|
<include>./extern
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user