mirror of
https://github.com/google/googletest.git
synced 2025-11-30 16:17:28 -05:00
Deprecate single-argument DoAll and Invoke.
PiperOrigin-RevId: 795969677 Change-Id: I56d88ec715475d91fb527a9281bc62574fb4608b
This commit is contained in:
committed by
Copybara-Service
parent
244cec869d
commit
a05c091507
@@ -57,10 +57,19 @@
|
||||
#include "gmock/internal/custom/gmock-port.h"
|
||||
#include "gtest/internal/gtest-port.h"
|
||||
|
||||
#if defined(GTEST_HAS_ABSL) && !defined(GTEST_NO_ABSL_FLAGS)
|
||||
#if defined(GTEST_HAS_ABSL)
|
||||
#include "absl/base/macros.h"
|
||||
|
||||
#define GMOCK_DEPRECATE_AND_INLINE() ABSL_DEPRECATE_AND_INLINE()
|
||||
|
||||
#if !defined(GTEST_NO_ABSL_FLAGS)
|
||||
#include "absl/flags/declare.h"
|
||||
#include "absl/flags/flag.h"
|
||||
#endif
|
||||
#endif // !defined(GTEST_NO_ABSL_FLAGS)
|
||||
|
||||
#else // defined(GTEST_HAS_ABSL)
|
||||
#define GMOCK_DEPRECATE_AND_INLINE()
|
||||
#endif // defined(GTEST_HAS_ABSL)
|
||||
|
||||
// For MS Visual C++, check the compiler version. At least VS 2015 is
|
||||
// required to compile Google Mock.
|
||||
|
||||
Reference in New Issue
Block a user