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

Use with other toolchains? #4

Closed rcdailey closed 7 years ago

rcdailey commented 8 years ago

Is this fork tied to MSVC exclusively? Or will it continue to work on GCC/Clang/etc?

CaseyCarter commented 8 years ago

Our goal is to minimize the differences with upstream as much as possible; there should eventually be no differences with ericniebler/range-v3 except workarounds needed for the library to work with VS2015 that the range-v3 maintainers consider too invasive to allow into upstream range-v3. So yes; if something in this library doesn't work with a version of GCC/Clang that upstream range-v3 supports, it is a bug.