From f4f322b94d1c861aa2fdc8b53b9230b73974c15f Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 17 Aug 2023 09:20:06 -0700 Subject: [PATCH] Update requirements for TypeIndex --- test/Jamfile.v2 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a71d3cb5..cbb6316f 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -16,7 +16,20 @@ local msvc-flags = /wd4494 ; project : requirements - [ requires cxx11_constexpr cxx11_noexcept cxx11_decltype cxx11_alignas ] + [ requires cxx11_rvalue_references + cxx11_auto_declarations + 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 + ] pedantic intel:on