Skip to content

LWG-3738 has not been implemented? #4549

Description

@hewillk

LWG 3738 is recorded as NA in already-closed Meta LWG issue: 2022-11 meeting, It never seems to add the proposed wording though, not sure if this is an oversight.

#define _CONTAINER_DEBUG_LEVEL 2
#include <ranges>

constexpr auto take = std::ranges::take_view(std::views::single(0), -11); // ok
constexpr auto drop = std::ranges::drop_view(std::views::single(0), -11); // error

https://godbolt.org/z/4oMqG6rG1

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

    enhancementSomething can be improvedfixedSomething works now, yay!

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions