bump the assertKeySpaceInvariants to a newer MSVC

Summary: I reproduced the KeySpace.cpp ICE on my Windows 10 VM, so bump the MSVC version check. I have not confirmed it does not ICE on MSVC 2019.

Reviewed By: pkaush

Differential Revision: D19562325

fbshipit-source-id: 03cf84e95c709bb2ebe7c3e0055a4f290eb17f8a
This commit is contained in:
Chad Austin 2020-01-24 22:32:49 -08:00 committed by Facebook Github Bot
parent 56f7ef17eb
commit 600da9aef0

View File

@ -11,7 +11,7 @@ namespace facebook {
namespace eden {
// Older versions of MSVC++ ICE on the following code.
#if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 191627035
#if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 191627036
namespace {
constexpr bool assertKeySpaceInvariants() {