mirror of
https://github.com/facebook/sapling.git
synced 2025-01-01 17:47:14 +03:00
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:
parent
56f7ef17eb
commit
600da9aef0
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user