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

Simple custom range doesn't compile #24

Closed raygray closed 6 years ago

raygray commented 6 years ago

A very simple custom range code as shown in Range-V3 documentation (under Create Custom Ranges) fails to compile: custom_range_errors.txt.

ericniebler commented 6 years ago

Range-v3-VS2015 is a ~2 year old fork of range-v3. Many interfaces have changed. I recommend using the docs that are part of Range-V3-VS2015 rather than looking at range-v3's docs.

raygray commented 6 years ago

Thank you for clarification (I've just followed the link mentioned in README.md). I hope the VS compiler would eventually catch the standard. And big thanks for your excellent - truly earthshaking - lib!