blob: f9aa226173a38f1051844db2297913f4894546e5 (
plain) (
blame)
1
2
3
4
5
6
|
Range library for C++11/14/17. This code is the basis of a formal proposal to
add range support to the C++ standard library.
Range v3 is a library for the future C++. Not only does it work well with
today's C++ -- move semantics, lambdas, automatically deduced types and all --
it also anticipates tomorrow's C++ with Concepts.
|