[LLVMbugs] [Bug 20834] New: is_trivially_destructible yields wrong value for arrays of unknown bound

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Sep 2 08:47:48 PDT 2014


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

            Bug ID: 20834
           Summary: is_trivially_destructible yields wrong value for
                    arrays of unknown bound
           Product: libc++
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: kaballo86 at hotmail.com
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    Classification: Unclassified

std::is_trivially_destructible<T[]>::value is true, but arrays of unknown bound
are incomplete object types and so std::is_destructible<T[]>::value is false.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140902/a956d49e/attachment.html>


More information about the llvm-bugs mailing list