forked from boostorg/config
Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to Sun <= 5.10 (trunk), see #4080
[SVN r61744]
This commit is contained in:
@@ -69,6 +69,16 @@
|
|||||||
# define BOOST_NO_IS_ABSTRACT
|
# define BOOST_NO_IS_ABSTRACT
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# if (__SUNPRO_CC <= 0x5100)
|
||||||
|
// Sun 5.10 may not correctly value-initialize objects of
|
||||||
|
// some user defined types, as was reported in April 2010
|
||||||
|
// (CR 6947016), and confirmed by Steve Clamage.
|
||||||
|
// (Niels Dekker, LKEB, May 2010).
|
||||||
|
# define BOOST_NO_COMPLETE_VALUE_INITIALIZATION
|
||||||
|
# endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Issues that effect all known versions:
|
// Issues that effect all known versions:
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user