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++/48468] [C++0x][SFINAE] noexcept operator does not handle function templates well


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.


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