libtorrent
libtorrent copied to clipboard
ask msvc to report the correct C++ version in __cplusplus macro
context: https://github.com/arvidn/libtorrent/discussions/7534
it appears this is causing simulations to fail on windows. needs more investigation
/Zc\:__cplusplus - shouldn't this be /Zc:__cplusplus ??
/Zc\:__cplusplus- shouldn't this be/Zc:__cplusplus??
I believe : needs to be escaped in Jam strings