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