This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48468] [C++0x][SFINAE] noexcept operator does not handle function templates well
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 8 Jun 2011 21:39:51 +0000
- Subject: [Bug c++/48468] [C++0x][SFINAE] noexcept operator does not handle function templates well
- Auto-submitted: auto-generated
- References: <bug-48468-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48468
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-08 21:39:50 UTC ---
Note that the fix I just checked in for 49107 delays substitution into
noexcept-specifications, so they are no longer usable for SFINAE.