Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user