Created on 2016-10-07.00:00:00 last changed 72 months ago
Proposed resolution:
This wording is relative to N4606.
In [string.view.template], add constexpr to copy:
constexpr size_type copy(charT* s, size_type n, size_type pos = 0) const;
In [string.view.ops], add constexpr to copy:
constexpr size_type copy(charT* s, size_type n, size_type pos = 0) const;
[ LEWG Kona 2017 ]
Recommend NAD: Don't want to spend the committee time. Can call std::copy if you want this, after LEWG159 goes into C++20.
[ 2016-11-12, Issaquah ]
Sat PM: Status LEWG
[ Issues processing Telecon 2016-10-07 ]
Split off from 2778
Now that we have C++14 relaxed constexpr, we can also take care of the assignment operator and copy.
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-11-25 18:41:03 | admin | set | status: open -> resolved |
2018-06-22 06:38:21 | admin | set | messages: + msg9978 |
2018-06-22 06:38:21 | admin | set | status: lewg -> open |
2018-06-12 02:06:47 | admin | set | messages: + msg9901 |
2016-11-21 05:09:01 | admin | set | messages: + msg8663 |
2016-11-21 05:09:01 | admin | set | status: new -> lewg |
2016-10-08 04:58:13 | admin | set | messages: + msg8550 |
2016-10-08 04:58:13 | admin | set | messages: + msg8549 |
2016-10-07 00:00:00 | admin | create |