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

Douglas Gregor <[email protected]> changed:

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

--- Comment #3 from Douglas Gregor <[email protected]> 2011-10-09 16:26:30 CDT 
---
Clang is behaving correctly now, per GCC's specification of this type trait.
int[3] and int[] have no throw "copy" operations (because they are POD types).
And under C++0x, NotEmpty implicitly has a 'noexcept' specification.

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