The Visual C++ Team is delighted to announce that they just published a range-v3 implementation.
Range-v3 on MSVC is Available on GitHub
by Eric Mittelette
From the article:
This contribution comes hot on the heels of our recent work to improve expression SFINAE on our Visual Studio 2015 Update 3 VC++ compiler . This is the first implementation of the Range TS running in MSVC. In “Ranges for the Standard Library, Revision 1” (N4128) Ranges are defined like this: “A range is an object that refers to a sequence of elements, conceptually similar to a pair of iterators. One prime motivation for ranges is to give users a simpler syntax for calling algorithms.
Add a Comment
Comments are closed.