2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

Add C++11 constexpr requirement

Fixes #153
This commit is contained in:
Alexander Grund
2022-03-09 16:16:54 +01:00
committed by GitHub
parent d5b083cd97
commit b2f002fa25

View File

@@ -13,6 +13,7 @@ import ../../config/checks/config : requires ;
project boost/wave
: requirements
[ requires
cxx11_constexpr
cxx11_variadic_templates
cxx11_rvalue_references
cxx11_hdr_thread