2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

gcc 4.7 is not supported

This commit is contained in:
Vinnie Falco
2020-11-16 08:59:33 -08:00
parent f8d2c7617e
commit 512a8478de
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -7,6 +7,7 @@
<toolset name="*gnu98"/>
<toolset name="*c++0x"/>
<toolset name="*gnu0x"/>
<toolset name="gcc-4.7*"/>
<toolset name="msvc-7.1"/>
<toolset name="msvc-8.*"/>
<toolset name="msvc-9.*"/>