libtorrent icon indicating copy to clipboard operation
libtorrent copied to clipboard

ask msvc to report the correct C++ version in __cplusplus macro

Open arvidn opened this issue 2 years ago • 1 comments

context: https://github.com/arvidn/libtorrent/discussions/7534

arvidn avatar Nov 14 '23 13:11 arvidn

it appears this is causing simulations to fail on windows. needs more investigation

arvidn avatar Nov 15 '23 07:11 arvidn

/Zc\:__cplusplus - shouldn't this be /Zc:__cplusplus ??

xavier2k6 avatar Jun 13 '24 15:06 xavier2k6

/Zc\:__cplusplus - shouldn't this be /Zc:__cplusplus ??

I believe : needs to be escaped in Jam strings

arvidn avatar Jun 27 '24 07:06 arvidn