Update _MSC_FULL_VER check for constexpr handling
authorJoseph Tremoulet <jotrem@microsoft.com>
Thu, 15 Sep 2016 01:08:04 +0000 (21:08 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Thu, 15 Sep 2016 13:57:39 +0000 (09:57 -0400)
commit3015fb10007ab103db5a29019001f78081da32dd
tree253bd1a4372e10637b5d7362528e96feddcb3e21
parent9135c4125862ae2644b114a778883e7d34a62818
Update _MSC_FULL_VER check for constexpr handling

Previously the code was comparing against 190024210 (VS2015 Update 3).
Update it to instead compare against 190024315, the last pre-release build
before C++14 constexpr support got added; this fixes compilation using
pre-release MSVC compilers between 24210 and 24315.

Fixes dotnet/coreclr#6642.

Commit migrated from https://github.com/dotnet/coreclr/commit/f2d55c602fb386172a8dcc62d1eaf9654bb0a0f8
src/coreclr/src/inc/debugreturn.h