microsoft / Range-V3-VS2015

A fork of the popular range-v3 C++ library with support for the Visual Studio 2015 Update 3 VC++ compiler.
Other
115 stars 22 forks source link

VS range doesn't have `make_iterator_range` #14

Open tower120 opened 7 years ago

tower120 commented 7 years ago

VS version of range-v3 doesn't have make_iterator_range, instead it uses make_range (which standard ranges-v3 do not have).

Due to this you can't have crosscompiler code with ranges...

CaseyCarter commented 7 years ago

Due to this you can't have crosscompiler code with ranges...

I agree the portability impact of this name difference is large. I'll take a look at specifically updating this part of the library from upstream.