freebsd-ports/devel/range-v3/pkg-descr
Yuri Victorovich dca4daf415 New port: devel/range-v3: Experimental range library for C++11/14/17
PR:		225725
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	tcberner (mentor, implicit)
2018-03-05 02:23:16 +00:00

8 lines
375 B
Text

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.
WWW: https://github.com/ericniebler/range-v3