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

The test program in test/action/split.cpp fails to compile #1

Open CaseyCarter opened 8 years ago

CaseyCarter commented 8 years ago

...on the x86-hosted compiler with the error message "fatal error C1060: compiler is out of heap space." Something about this particular test makes the compiler consume memory voraciously. It actually does compile successfully using the x64-hosted compiler after chewing through roughly 6.5GB of RAM.

CaseyCarter commented 7 years ago

Under VS2017, this compiles - and compiles MUCH faster - with /permissive-. If using /permissive- is an option for your source base, range-v3 will show appreciable compile time improvement across the board.