cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

Make cpp2::args usable as a std::ranges::bidirectional_range

Open jhugard opened this issue 5 months ago • 4 comments

Satisfy the std::ranges::bidirectional_range constraint, so that cpp2::args can be used with std::ranges adapters, etc.

See #1280.

jhugard avatar Sep 16 '24 22:09 jhugard