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: unassignedclangb...@nondot.org Reporter: gonzalob...@gmail.com CC: llvm-bugs@lists.llvm.org, mclow.li...@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs