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

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |INVALID

--- Comment #1 from Richard Smith <[email protected]> 2012-07-31 
16:04:24 CDT ---
Clang is correct here. The implicit A::A() would be constexpr, so constexpr may
be specified explicitly. The implicit S::S() would not be constexpr, because it
would not initialize S::i, so constexpr may not be specified there.

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

Reply via email to