Title
Inconsistent template-head of ranges::enumerate_view
Status
wp
Section
[ranges.syn][range.enumerate]
Submitter
Johel Ernesto Guerrero Peña

Created on 2023-03-30.00:00:00 last changed 10 months ago

Messages

Date: 2023-06-19.14:50:03

Proposed resolution:

This wording is relative to N4944.

  1. Modify [ranges.syn] as indicated:

    […]
    // [range.enumerate], enumerate view
    template<view Vinput_range View>
      requires see belowview<View>
    class enumerate_view;
    […]
    
Date: 2023-06-17.00:00:00

[ 2023-06-17 Approved at June 2023 meeting in Varna. Status changed: Voting → WP. ]

Date: 2023-05-15.00:00:00

[ 2023-05-24; Reflector poll ]

Set status to Tentatively Ready after five votes in favour during reflector poll.

Date: 2023-03-30.00:00:00

Originally editorial issue Editorial issue #6151.

The template-head of ranges::enumerate_view in the header synopsis is different from those in the class synopses of itself and its iterator/sentinel pair.

History
Date User Action Args
2023-06-19 14:50:03adminsetmessages: + msg13652
2023-06-19 14:50:03adminsetstatus: voting -> wp
2023-06-12 08:52:25adminsetstatus: ready -> voting
2023-05-24 14:04:13adminsetmessages: + msg13556
2023-05-24 14:04:13adminsetstatus: new -> ready
2023-04-02 14:40:31adminsetmessages: + msg13506
2023-03-30 00:00:00admincreate