-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STL: Update comments citing old Working Papers #182
Comments
All of our working draft citations will always be either out-of-date or at most a few months away from being out-of-date: the working drafts are a clock that never stops ticking. Given that we can't stay current without someone committing to updating every citation every time WG21 publishes a new working draft - which seems like effort that could be better invested elsewhere - I assume your intent is that we update all citations to working drafts older than X? Or perhaps that we update all citations to the final pre-publication working draft every time WG21 publishes a standard? (Once every three years seems more reasonable than once every four months.) |
Yeah, I think a global pass to update to the latest WP at the time, and then to each Standard, is a reasonable concrete goal. |
This comment was marked as outdated.
This comment was marked as outdated.
Towards #182. - This PR drops all section numbers except for D.x in `<yvals_core.h>`. I decided to cite WG21-N4868 for C++20 deprecation. - Some citations in `<format>` are intentionally not updated because WG21-P2675R1 and LWG-3631 are not implemented yet. - Citations in test files are not updated, but I think I'll do it soon. - Drive-by change: a comment for `move_only_function`'s move assignment operator explaining why it's `noexcept(false)` (see #3565 (comment) and #2278 (comment)). --------- Co-authored-by: Stephan T. Lavavej <stl@nuwen.net> Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: Casey Carter <cacarter@microsoft.com>
In comments, we often cite and quote the current Working Paper. Over the years, its sections are renumbered and its wording changes due to features being added, library issues being resolved, and editorial issues being cleaned up. This is especially true after a recent overhaul of Constraints/Mandates/Requires/etc. elements.
We should clean up these old comments (and
static_assert
messages), which involves:reference_wrapper
andthread
#3101 (comment) for rationale - section numbers are basically noise, they change too frequently, and searching for[stable.name]
is fastThe text was updated successfully, but these errors were encountered: