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:
5
Jamfile
5
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
|
||||
|
||||
@@ -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.*"/>
|
||||
|
||||
Reference in New Issue
Block a user