-
Notifications
You must be signed in to change notification settings - Fork 805
Closed
Labels
lwgIssue must be reviewed by LWG.Issue must be reviewed by LWG.not-editorialIssue is not deemed editorial; the editorial issue is kept open for tracking.Issue is not deemed editorial; the editorial issue is kept open for tracking.
Description
P3372R3 states:
Notes for wording changes
Mechanically mark all functionality in [container] constexpr with exception of
node-handle::mapped()(which is subject of CWG-2514). Also make sure all iterator types are constexpr.
However, in the wording of that paper, a notable omission is the constructor explicit map(const Allocator&), which is not marked as constexpr:
Lines 11568 to 11570 in aaa2220
| constexpr map(map&& x); | |
| explicit map(const Allocator&); | |
| constexpr map(const map&, const type_identity_t<Allocator>&); |
I believe this is an editorial issue.1
Footnotes
Metadata
Metadata
Assignees
Labels
lwgIssue must be reviewed by LWG.Issue must be reviewed by LWG.not-editorialIssue is not deemed editorial; the editorial issue is kept open for tracking.Issue is not deemed editorial; the editorial issue is kept open for tracking.