mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
Remove cxx11_sfinae_expr build requirement from tests
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
Version 130:
|
Version 130:
|
||||||
|
|
||||||
* Tidy up fallthrough warning
|
* Tidy up fallthrough warning
|
||||||
|
* Remove cxx11_sfinae_expr build requirement from tests
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ project /boost/beast/test
|
|||||||
cxx11_constexpr
|
cxx11_constexpr
|
||||||
cxx11_decltype
|
cxx11_decltype
|
||||||
cxx11_hdr_tuple
|
cxx11_hdr_tuple
|
||||||
cxx11_sfinae_expr
|
# cxx11_sfinae_expr # Every MSVC fails this
|
||||||
cxx11_template_aliases
|
cxx11_template_aliases
|
||||||
cxx11_variadic_templates
|
cxx11_variadic_templates
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user