$NetBSD: patch-include_gtest_internal_gtest-port.h,v 1.1 2013/05/09 13:49:10 joerg Exp $ --- include/gtest/internal/gtest-port.h.orig 2013-05-03 14:50:43.000000000 +0000 +++ include/gtest/internal/gtest-port.h @@ -481,6 +481,16 @@ # define BOOST_TR1_DETAIL_CONFIG_HPP_INCLUDED # include +# elif __cplusplus >= 201103L +# include +namespace std { + namespace tr1 { + using ::std::tuple; + using ::std::tuple_element; + using ::std::tuple_size; + using ::std::get; + } +} # elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000) // GCC 4.0+ implements tr1/tuple in the header. This does // not conform to the TR1 spec, which requires the header to be .