[LLVMbugs] [Bug 8107] __has_nothrow_copy not working for some types

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 9 14:26:31 PDT 2011


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #3 from Douglas Gregor <dgregor at apple.com> 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.



More information about the llvm-bugs mailing list