Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #6642.
- Loading branch information