Range-V3-VS2015
1.0.0
See the version list below for details.
dotnet add package Range-V3-VS2015 --version 1.0.0
NuGet\Install-Package Range-V3-VS2015 -Version 1.0.0
<PackageReference Include="Range-V3-VS2015" Version="1.0.0" />
paket add Range-V3-VS2015 --version 1.0.0
#r "nuget: Range-V3-VS2015, 1.0.0"
// Install Range-V3-VS2015 as a Cake Addin #addin nuget:?package=Range-V3-VS2015&version=1.0.0 // Install Range-V3-VS2015 as a Cake Tool #tool nuget:?package=Range-V3-VS2015&version=1.0.0
Why does C++ need another range library?
Simply put, the existing solutions haven't kept up with the rapid evolution of C++.
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.
Range v3 forms the basis of a proposal to add range support to the standard library (N4128: Ranges for the Standard Library). It also will be the reference implementation for an upcoming Technical Specification. These are the first steps toward turning ranges into an international standard.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.