mirror of
https://github.com/google/googletest.git
synced 2025-12-05 15:26:03 +08:00
Export tuple and friends in the ::testing namespace.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
namespace {
|
||||
|
||||
using ::std::tr1::tuple;
|
||||
using ::testing::tuple;
|
||||
using ::testing::Matcher;
|
||||
using ::testing::internal::CompileAssertTypesEqual;
|
||||
using ::testing::internal::MatcherTuple;
|
||||
|
||||
Reference in New Issue
Block a user