This commit is contained in:
yhirose 2019-09-03 17:09:36 -04:00
parent 037b4fc789
commit 80f040cf69
3 changed files with 102 additions and 85 deletions

View file

@ -54,6 +54,9 @@
#include <limits>
#include <vector>
#pragma warning( push )
#pragma warning( disable : 4996)
// Copyright 2005, Google Inc.
// All rights reserved.
//
@ -19544,4 +19547,6 @@ bool StaticAssertTypeEq() {
} // namespace testing
#pragma warning( pop )
#endif // GTEST_INCLUDE_GTEST_GTEST_H_