mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
Add cxx11_hdr_type_traits B2 requirement
Avoid failures with GCC < 5
This commit is contained in:
committed by
Gennaro Prota
parent
5dfbb1f2b1
commit
7f903ef7ce
@@ -16,6 +16,7 @@ local defines =
|
||||
cxx11_constexpr
|
||||
cxx11_decltype
|
||||
cxx11_hdr_tuple
|
||||
cxx11_hdr_type_traits
|
||||
cxx11_template_aliases
|
||||
cxx11_variadic_templates
|
||||
]
|
||||
|
||||
@@ -301,7 +301,6 @@ testTWS(Arithmetic value, const wchar_t* wstr_expected = nullptr)
|
||||
}
|
||||
}
|
||||
|
||||
// done
|
||||
static
|
||||
void
|
||||
testTypeTraits()
|
||||
|
||||
Reference in New Issue
Block a user