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++/49045] [C++0x] unexpected "different exception specifier" error with noexcept


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-05-18 18:03:17 UTC ---
Hmm, that's tricky.  G++ is saying that the two exception-specifications are
different because the unqualified lookups for swap differ, because the latter
one also finds the middle declaration.  This seems like a core issue.


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