[LLVMbugs] [Bug 9941] Error in simple code in C++0x: exception specification of overriding function is more lax than base version

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 18 22:14:47 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9941

Sebastian Redl <sebastian.redl at getdesigned.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Sebastian Redl <sebastian.redl at getdesigned.at> 2011-05-19 00:14:47 CDT ---
Fixed in r131614.

The override check just has to be delayed until the class is complete, so that
we can generate the spec first.

-- 
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.



More information about the llvm-bugs mailing list