Skip to content

LWG-3563 keys_view example is broken #2389

Description

LWG-3563 keys_view example is broken

STL/stl/inc/ranges

Lines 4711 to 4714 in 5e3574b

template <class _Rng>
using keys_view = elements_view<views::all_t<_Rng>, 0>;
template <class _Rng>
using values_view = elements_view<views::all_t<_Rng>, 1>;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    LWGLibrary Working Group issuefixedSomething works now, yay!good first issueGood for newcomersrangesC++20/23 ranges

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions