From 512a8478de00a69eda9dfa8ea34c91f274b35636 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 16 Nov 2020 08:59:33 -0800 Subject: [PATCH] gcc 4.7 is not supported --- Jamfile | 5 +++-- meta/explicit-failures-markup.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Jamfile b/Jamfile index 700526b6..b68cdccd 100644 --- a/Jamfile +++ b/Jamfile @@ -9,10 +9,11 @@ import ../config/checks/config : requires ; -# These make sure we only build -# on C++11 or later toolchains. +# These make sure we only build on +# compatible C++11 or later toolchains. constant c11-requires : [ requires + cxx11_alignas cxx11_constexpr cxx11_decltype cxx11_hdr_tuple diff --git a/meta/explicit-failures-markup.xml b/meta/explicit-failures-markup.xml index 2e8c4073..2255de4d 100644 --- a/meta/explicit-failures-markup.xml +++ b/meta/explicit-failures-markup.xml @@ -7,6 +7,7 @@ +