Standard library header <ranges> (C++20)
Min standard notice:
This header is part of the ranges library.
# Declarations
namespace std {
namespace views = ranges::views;
}
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 3914 | C++23 | the constraint of std::ranges::enumerate_viewwas incorrectly specified in the synopsis | corrected |