[llvm-bugs] [Bug 24435] New: bitset::const_reference is an extension

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 12 06:58:33 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24435

            Bug ID: 24435
           Summary: bitset::const_reference is an extension
           Product: libc++
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: gonzalobg88 at gmail.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

>From 20.6.1 [template.bitset] the class template std::bitset has only a single
type member "reference". That is, I believe that the type member
const_reference provided by libcxx here:

https://github.com/llvm-mirror/libcxx/blob/master/include/bitset#L648

is a "language extension".

-- 
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/20150812/f5df73bb/attachment.html>


More information about the llvm-bugs mailing list