forked from boostorg/config
Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to IBM XL C++ <= V11.1 (trunk), see #4080.
[SVN r61933]
This commit is contained in:
@ -30,8 +30,8 @@
|
|||||||
# define BOOST_NO_INITIALIZER_LISTS
|
# define BOOST_NO_INITIALIZER_LISTS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (__IBMCPP__ <= 1101)
|
#if (__IBMCPP__ <= 1110)
|
||||||
// XL C++ V11.0.1.0 and earlier versions may not always value-initialize
|
// XL C++ V11.1 and earlier versions may not always value-initialize
|
||||||
// a temporary object T(), when T is a non-POD aggregate class type.
|
// a temporary object T(), when T is a non-POD aggregate class type.
|
||||||
// Michael Wong (IBM Canada Ltd) has confirmed this issue and gave it
|
// Michael Wong (IBM Canada Ltd) has confirmed this issue and gave it
|
||||||
// high priority. -- Niels Dekker (LKEB), May 2010.
|
// high priority. -- Niels Dekker (LKEB), May 2010.
|
||||||
|
Reference in New Issue
Block a user