[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
Thu May 19 03:00:28 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9941
Christopher Jefferson <chris at bubblescope.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Christopher Jefferson <chris at bubblescope.net> 2011-05-19 05:00:27 CDT ---
The following simple extension still fails (reopening same bug to avoid lots of
submissions).
struct X
{ virtual ~X() {} };
template<typename T>
struct Y : X
{ virtual ~Y() {} };
--
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