1--- misc/gtest-1.7.0/include/gtest/internal/gtest-port.h 2013-09-18 19:48:30.000000000 +0200 2+++ misc/build/gtest-1.7.0/include/gtest/internal/gtest-port.h 2014-06-03 15:14:03.000000000 +0200 3@@ -76,6 +76,9 @@ 4 // Test's own tr1 tuple implementation should be 5 // used. Unused when the user sets 6 // GTEST_HAS_TR1_TUPLE to 0. 7+ 8+#define GTEST_USE_OWN_TR1_TUPLE 1 9+ 10 // GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test 11 // is building in C++11/C++98 mode. 12 // GTEST_LINKED_AS_SHARED_LIBRARY 13