Skip to content

Meta LWG issue: 2022-02 meeting #2527

@StephanTLavavej

Description

@StephanTLavavej

(Previous meta-issue: #2236)

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

❔ Not yet analyzed

❌ 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)
  • 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-3607 contiguous_iterator should not be allowed to have custom iter_move and iter_swap behavior
    • LWG-3619 Specification of vformat_to contains ill-formed formatted_size calls

😸 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.

  • Already implemented, comments need to be removed and messages need to cite the Standard
    • LWG-3601 common_iterator's postfix-proxy needs indirectly_readable
    • LWG-3616 LWG-3498 seems to miss the non-member swap for basic_syncbuf
  • Implemented without comments
    • LWG-3088 forward_list::merge behavior unclear when passed *this
    • LWG-3650 Are std::basic_string's iterator and const_iterator constexpr iterators?
    • LWG-3643 Missing constexpr in std::counted_iterator

🩹 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