It is immediately preceded by this check:
#if _MSC_VER < 1900 #error "MSVC versions prior to Visual Studio 2015 are not supported" #endif
Differential D45829
Remove impossible _MSC_VER check rnk on Apr 19 2018, 11:39 AM. Authored by
Details It is immediately preceded by this check: #if _MSC_VER < 1900 #error "MSVC versions prior to Visual Studio 2015 are not supported" #endif
Diff Detail
Event TimelineComment Actions LGTM. I'd tried to clean all stale _MSC_VER conditionals in the past, but I must have missed some. |