Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CaseyCarter opened this issue Aug 23, 2016 · 1 comment
Open

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

CaseyCarter opened this issue Aug 23, 2016 · 1 comment
Assignees

Comments

@CaseyCarter
Copy link
Member

CaseyCarter commented Aug 23, 2016

...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
Copy link
Member Author

CaseyCarter commented Mar 21, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant