From 3f3d805663f5cb1ecdd2206a6edd2f3207c513b7 Mon Sep 17 00:00:00 2001 From: Hamdi Sahloul Date: Wed, 5 Sep 2018 11:44:30 +0900 Subject: [PATCH] Workaround for GTest v1.8.1 + Visual Studio 2013 (vc12) --- modules/ts/include/opencv2/ts/ts_gtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ts/include/opencv2/ts/ts_gtest.h b/modules/ts/include/opencv2/ts/ts_gtest.h index 9771c51d7f..d41a846ad4 100644 --- a/modules/ts/include/opencv2/ts/ts_gtest.h +++ b/modules/ts/include/opencv2/ts/ts_gtest.h @@ -11397,7 +11397,7 @@ struct TuplePolicy { template static typename AddReference(I), Tuple>::type>::type + I, Tuple>::type>::type get(const Tuple& tuple) { return ::std::tr1::get(tuple); } -- GitLab