-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementSomething can be improvedSomething can be improvedfixedSomething works now, yay!Something works now, yay!
Description
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); // errorReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementSomething can be improvedSomething can be improvedfixedSomething works now, yay!Something works now, yay!