1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #12420 from cv3d:fix/gtest_vc12

This commit is contained in:
Alexander Alekhin
2018-09-05 06:12:09 +00:00
+1 -1
View File
@@ -11397,7 +11397,7 @@ struct TuplePolicy {
template <size_t I>
static typename AddReference<const typename ::std::tr1::tuple_element<
static_cast<int>(I), Tuple>::type>::type
I, Tuple>::type>::type
get(const Tuple& tuple) {
return ::std::tr1::get<I>(tuple);
}