http://llvm.org/bugs/show_bug.cgi?id=12564
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Douglas Gregor <[email protected]> 2012-04-16 13:29:53 CDT --- The real issue here is that Clang doesn't delay parsing of exception-specifications until the end of the class definition. I've implemented this aspect of C++98/03/11 in Clang r154844. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
