About MSVC and __cplusplus #76
Labels
available on master
Fix is done on master branch, issue closed on next release
enhancement
New feature or request
Milestone
In MSVC there's special macro called
_MSVC_LANG
that works fine without/Zc:cplusplus
flagSo you can build your own macro, for example:
https://github.com/oneapi-src/oneTBB/blob/8632c278467f99941caff8a666fa33e57650c53f/include/tbb/detail/_config.h#L39-L47
The text was updated successfully, but these errors were encountered: