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
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.
https://godbolt.org/z/4oMqG6rG1