Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec.

This commit is contained in:
shiqian
2008-12-09 00:54:04 +00:00
parent 2051d2ccc7
commit 5145e0fb20
6 changed files with 17 additions and 20 deletions

View File

@@ -48,10 +48,6 @@
#ifdef GTEST_HAS_PARAM_TEST
#ifdef GTEST_HAS_COMBINE
#include <tr1/tuple>
#endif // GTEST_HAS_COMBINE
#include <gtest/internal/gtest-param-util.h>
namespace testing {