On Mon Nov 14 20:46:59 2022 +0000, Bartosz Kosiorek wrote:
Is `#if _MSVCR_VER<=120` necessary?
It's not necessary for the dlls to work correctly. It makes dlls smaller (at least until some kind of link time optimization is enabled). It also speeds up compilation.