提交 3f3d8056 编写于 作者: H Hamdi Sahloul

Workaround for GTest v1.8.1 + Visual Studio 2013 (vc12)

上级 351ee2e3
...@@ -11397,7 +11397,7 @@ struct TuplePolicy { ...@@ -11397,7 +11397,7 @@ struct TuplePolicy {
template <size_t I> template <size_t I>
static typename AddReference<const typename ::std::tr1::tuple_element< static typename AddReference<const typename ::std::tr1::tuple_element<
static_cast<int>(I), Tuple>::type>::type I, Tuple>::type>::type
get(const Tuple& tuple) { get(const Tuple& tuple) {
return ::std::tr1::get<I>(tuple); return ::std::tr1::get<I>(tuple);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册