Skip to content

Meta LWG issue: 2021-06 meeting #1965

@StephanTLavavej

Description

@StephanTLavavej

(Previous meta-issue: #1679)

At the June 2021 virtual plenary meeting, the following LWG issues were resolved in the C++ Working Paper.

❔ Not yet analyzed

  • All done! 😺

For each of these issues, we've determined whether they are:

✖️ Not applicable

If an issue requires no action from implementers, we mark it as N/A. Categories:

  • Pure wording clarifications with nothing to implement (these can be changes to non-normative text like examples and informative notes, or wording cleanups to normative text that don't impact observable behavior)
    • LWG-2997 LWG-491 and the specification of {forward_,}list::unique
    • LWG-3521 Overly strict requirements on qsort and bsearch
    • LWG-3526 Return types of uses_allocator_construction_args unspecified
  • Something that increases the restrictions placed on users, but implementers aren't expected to enforce those restrictions
  • Fixes for obviously broken wording, where implementers would have done the right thing anyways
    • LWG-2818 "::std::" everywhere rule needs tweaking
    • LWG-3462 Formatter requirements forbid use of fc.arg()
    • LWG-3551 borrowed_{iterator,subrange}_t are overspecified

😸 Already implemented

Sometimes we cite LWG issues in product code comments as we're implementing their proposed resolutions. When the resolutions are officially accepted, we should remove the citations (as the default assumption is that we're implementing what the Standard says). If something is especially subtle, we can convert the citation to mention the relevant Standard section.

Sometimes we should add test coverage - e.g. when the Standard begins requiring something that we were already doing, but weren't explicitly testing for.

🩹 Patches an unimplemented feature

We should record this LWG issue in the GitHub issue tracking the feature. That way, we'll remember to verify it, but it doesn't represent net new work.

🐞 Not yet implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    LWGLibrary Working Group issuemetaIssues about issues!resolvedSuccessfully resolved without a commit

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions