Usage evolves.
The Interesting Evolution of std::equal_range
by Jonathan Boccara
From the article:
The good old std::equal_range STL algorithm, which has been in the STL since C++98, has evolved along with the versions of C++.
Starting from a poor interface and now a much better one, its story is an interesting example of how to improve the abstraction of an interface...
Add a Comment
Comments are closed.