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

            Bug ID: 30705
           Summary: std::array doesn't implement C++17 refinements for
                    constexpr
           Product: libc++
           Version: 3.9
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: vlov...@gmail.com
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
    Classification: Unclassified

C++17 made non-const operator[], at(), back(), and front() constexpr (in
addition to many other member functions.  These functions need to be annotated
with _LIBCPP_CONSTEXPR_AFTER_CXX14

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

Reply via email to