MSVS 2017 (which uses _MSC_VER from 1910 to 1912 currently) is ABI-compatible with MSVS 2015 (_MSC_VER 1900), so do allow linking code compiled with one of them with the library built by the other one. Closes #18024.
MSVS 2017 (which uses _MSC_VER from 1910 to 1912 currently) is ABI-compatible with MSVS 2015 (_MSC_VER 1900), so do allow linking code compiled with one of them with the library built by the other one. Closes #18024.