Clang passes all value-initialization tests now

[SVN r62950]
This commit is contained in:
Douglas Gregor
2010-06-14 21:18:57 +00:00
parent 8a4e26e378
commit 9a30ee0146

View File

@ -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