From 9a30ee01463288dd821b6bf99a26abdf7e544921 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 14 Jun 2010 21:18:57 +0000 Subject: [PATCH] Clang passes all value-initialization tests now [SVN r62950] --- include/boost/config/compiler/clang.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/config/compiler/clang.hpp b/include/boost/config/compiler/clang.hpp index 7aac8c35..85f4484d 100644 --- a/include/boost/config/compiler/clang.hpp +++ b/include/boost/config/compiler/clang.hpp @@ -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