...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.
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.
...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.