mirror of
https://github.com/boostorg/config.git
synced 2026-05-04 03:50:53 +02:00
Changed from boost_no_union_static_data to boost_no_cxx11_unrestricted_union, in both files and macro name. Implemented extended functionality for user-defined classes with non-trivial special member functions in test.
This commit is contained in:
@@ -728,8 +728,9 @@ Unicode (`u8`, `u`, `U`) literals.
|
||||
[[`BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX`][The compiler does not support
|
||||
the [@http://en.wikipedia.org/wiki/C%2B%2B0x#Uniform_initialization C++11 Unified Initialization Syntax].
|
||||
]]
|
||||
[[`BOOST_NO_CXX11_UNION_STATIC_DATA`][The compiler does not support
|
||||
a union with static data.
|
||||
[[`BOOST_NO_CXX11_UNRESTRICTED_UNION`][The compiler does not support an unrestricted union. This is
|
||||
a union that may contain static data as well as user-defined member data with non-trivial special
|
||||
member functions.
|
||||
]]
|
||||
[[`BOOST_NO_CXX11_USER_DEFINED_LITERALS`][The compiler does not support user defined literals.
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user