mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
Merge pull request #12420 from cv3d:fix/gtest_vc12
This commit is contained in:
commit
59cd636ad7
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user