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
Compilation error in MSVC 2017 with enabled /Zc:__cplusplus flag #274
Comments
I can confirm that a fix would be to downgrade to TBB 2020 Update 1 on Windows. |
alanb-sony
added a commit
to alanb-sony/oneTBB
that referenced
this issue
Oct 24, 2020
You can either apply the fix from #299 or upgrade to visual studio 2019 |
5 tasks
should work in oneTBB (as the patch applied) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I've got a compilation error in MSVC 2017 with enabled /Zc:__cplusplus flag.
TBB version: TBB 2020 Update 3
Compiler: Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x64 (141 toolset)
Standard: C++17 (/std:c++17)
Minimal code to reproduce the issue:
Build output:
Without /Zc:__cplusplus option it compiles succesfully. Also it compiles with TBB 2020 Update 1 regardless of the /Zc:__cplusplus flag status.
The text was updated successfully, but these errors were encountered: