From 7f903ef7cec2dd2ba39499d91eea7ab7db343718 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 6 Oct 2025 14:07:59 +0200 Subject: [PATCH] Add cxx11_hdr_type_traits B2 requirement Avoid failures with GCC < 5 --- test/Jamfile | 1 + test/static_string.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 4819625..8c394c0 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -16,6 +16,7 @@ local defines = cxx11_constexpr cxx11_decltype cxx11_hdr_tuple + cxx11_hdr_type_traits cxx11_template_aliases cxx11_variadic_templates ] diff --git a/test/static_string.cpp b/test/static_string.cpp index aa44922..7c77842 100644 --- a/test/static_string.cpp +++ b/test/static_string.cpp @@ -301,7 +301,6 @@ testTWS(Arithmetic value, const wchar_t* wstr_expected = nullptr) } } -// done static void testTypeTraits()