forked from boostorg/config
Redid adding BOOST_NO_COMPLETE_VALUE_INITIALIZATION to IBM XL C++ <= V10.1.0 (trunk), as [61516]. The addition of heap objects to boost_no_complete_value_initialization::test() [61552] did not cause any extra failures. See #4080.
[SVN r61725]
This commit is contained in:
@@ -30,6 +30,14 @@
|
|||||||
# define BOOST_NO_INITIALIZER_LISTS
|
# define BOOST_NO_INITIALIZER_LISTS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (__IBMCPP__ <= 1010)
|
||||||
|
// XL C++ V10.1.0.0 may not always value-initialize 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 high priority.
|
||||||
|
// -- Niels Dekker (LKEB), 2010.
|
||||||
|
# define BOOST_NO_COMPLETE_VALUE_INITIALIZATION
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// On AIX thread support seems to be indicated by _THREAD_SAFE:
|
// On AIX thread support seems to be indicated by _THREAD_SAFE:
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user