forked from boostorg/config
Clang passes all value-initialization tests now
[SVN r62950]
This commit is contained in:
@ -53,13 +53,6 @@
|
||||
// them is wrong.
|
||||
#define BOOST_NO_EXTERN_TEMPLATE
|
||||
|
||||
// Clang version 2.0 (trunk 103769) does not yet properly
|
||||
// value-initialize objects of a pointer-to-member type,
|
||||
// as was reported by Christopher Jefferson in May 2010, Bug 7139,
|
||||
// "ptr to member not zeroed", http://llvm.org/bugs/show_bug.cgi?id=7139
|
||||
// (Niels Dekker, LKEB, May 2010)
|
||||
#define BOOST_NO_COMPLETE_VALUE_INITIALIZATION
|
||||
|
||||
#ifndef BOOST_COMPILER
|
||||
# define BOOST_COMPILER "Clang version " __clang_version__
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user