[llvm-bugs] [Bug 30705] New: std::array doesn't implement C++17 refinements for constexpr
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Oct 14 13:34:06 PDT 2016
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: unassignedclangbugs at nondot.org
Reporter: vlovich at gmail.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161014/2b6d65c3/attachment.html>
More information about the llvm-bugs
mailing list