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
114 stars 22 forks source link

VS2017? #20

Open jdlugosz opened 6 years ago

jdlugosz commented 6 years ago

The front page info still talks of the "VS15" releases as being in the future, so it is out of date. According to that, this repo should not be necessary anymore, as it was reconciled in that line and VS2017 should be able to use the regular branch.

My initial experience is that it DOES NOT. Can you update the README.md file to state the current situation?

And doing so will answer my immediate questions, as to whether I should be using this with VS2017 15.3.0[P4] or not.

CaseyCarter commented 6 years ago

On Sat, Jul 22, 2017 at 4:35 PM, John M Długosz notifications@github.com wrote:

The front page info still talks of the "VS15" releases as being in the future, so it is out of date. According to that, this repo should not be necessary anymore, as it was reconciled in that line and VS2017 should be able to use the regular branch.

My initial experience is that it DOES NOT. Can you update the README.md file to state the current situation?

"Some time in the VS '15' time frame" is intended to mean some update in the VS2017 series, not necessarily VS2017 RTW. I've updated the README to hopefully express this more clearly, and fixed the "Range-V3-VS2105" typo as well.

jdlugosz commented 6 years ago

Thanks for the clarification. I note that at CppCon 2016 your team stated the nomenclature of “15” being an interim version before VS2017 came out. I see now that the version numbers in the compiler are 15.x, but it's not branded or advertised as version 15.

(your updates are not checked in)