No posts with label C++. Show all posts
No posts with label C++. Show all posts

Careful with std::ranges

<ranges>   C++20 has added the the ranges library. Basically it works on ranges instead of iterators but added some subtle constraint...