This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/47774] [C++0x] constexpr specifier on ctor not ignored when template instantiation causes ctor to not satify constexpr requirements


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47774

--- Comment #9 from Adam Butcher <dev.lists at jessamine dot co.uk> 2011-03-03 08:40:28 UTC ---
Great.  That's got rid of the need for the preprocessor hacks to remove
constexpr usage from libstdc++ in c++0x mode.  A full build of our tree from
GCC 4.6 HEAD (including unmodified libstdc++) works fine now.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]