mirror of
https://github.com/boostorg/config.git
synced 2026-05-05 04:14:12 +02:00
Added defect macro BOOST_NO_CXX11_UNION_STATIC_DATA for compilers which do not support unions with static data.
This commit is contained in:
+4
-1
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Regression test Jamfile for boost configuration setup.
|
||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||
# This file was automatically generated on Fri Aug 23 11:11:12 2019
|
||||
# This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||
# by libs/config/tools/generate.cpp
|
||||
# Copyright John Maddock.
|
||||
# Use, modification and distribution are subject to the
|
||||
@@ -595,6 +595,9 @@ test-suite "BOOST_NO_CXX11_UNICODE_LITERALS" :
|
||||
test-suite "BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX" :
|
||||
[ run ../no_unified_init_pass.cpp ]
|
||||
[ compile-fail ../no_unified_init_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX11_UNION_STATIC_DATA" :
|
||||
[ run ../no_union_static_data_pass.cpp ]
|
||||
[ compile-fail ../no_union_static_data_fail.cpp ] ;
|
||||
test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" :
|
||||
[ run ../no_using_breaks_adl_pass.cpp ]
|
||||
[ compile-fail ../no_using_breaks_adl_fail.cpp ] ;
|
||||
|
||||
Reference in New Issue
Block a user