This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47774] [C++0x] constexpr specifier on ctor not ignored when template instantiation causes ctor to not satify constexpr requirements
- From: "dev.lists at jessamine dot co.uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 3 Mar 2011 08:40:43 +0000
- Subject: [Bug c++/47774] [C++0x] constexpr specifier on ctor not ignored when template instantiation causes ctor to not satify constexpr requirements
- Auto-submitted: auto-generated
- References: <bug-47774-4@http.gcc.gnu.org/bugzilla/>
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.