N4909 Editor’s Report: C++ Extensions for Library Fundamentals, Version 3
New papers
- N4908
is the current working draft. It revises
N4873.
- N4909
is this Editor’s Report.
Change history and motions
There has been one motion since the previous revision:
- Virtual Meeting February 2022, LWG Poll 1:
Apply the changes for issue 3649
in P2531R0
(C++ Standard Library Issues to be moved in Virtual Plenary, Feb. 2022) to the Library Fundamentals TS working paper.
This motion has been applied.
Editorial changes
See the commit history below for details.
Commit history
From the draft sources on GitHub.
commit b162c345a5098b4e089530f09a745fad8007afe4
Author: Thomas Köppe <tkoeppe@google.com>
Date: Mon Feb 22 17:29:30 2021 +0000
[general] Update reference to ISO 14882:2020, which has now been published.
commit 29d58a56713d1e211d73dc6cd5f78147467d7c72
Author: frederick-vs-ja <de34@live.cn>
Date: Tue May 4 21:04:14 2021 +0800
[propagate_const.ctor] Use conditional `explicit` instead of "see below" (#83)
Also remove redundant `&&`, which is implied by `is_convertible`.