Fix #209
This commit is contained in:
parent
037b4fc789
commit
80f040cf69
3 changed files with 102 additions and 85 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue