From b482890453c93a4ab92ea4e3d7af936627d0b323 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 28 Sep 2023 08:27:12 -0700 Subject: [PATCH] Update testing requirements to re-enable gcc-4.8 and above --- test/Jamfile.v2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b72876e8..3a2edc4a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -25,14 +25,13 @@ project cxx11_nullptr cxx11_defaulted_functions cxx11_final - cxx11_hdr_type_traits cxx11_hdr_initializer_list cxx11_static_assert cxx11_smart_ptr cxx11_constexpr cxx11_noexcept cxx11_decltype - cxx11_alignas + cxx11_thread_local ] pedantic