mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
gapi(test): avoid anonymous namespace types as template parameters
This commit is contained in:
@@ -240,7 +240,8 @@ TEST(GArray_VectorRef, TestMov)
|
||||
EXPECT_EQ(V{}, vtest);
|
||||
}
|
||||
|
||||
namespace {
|
||||
// types from anonymous namespace doesn't work well with templates
|
||||
inline namespace gapi_array_tests {
|
||||
struct MyTestStruct {
|
||||
int i;
|
||||
float f;
|
||||
|
||||
Reference in New Issue
Block a user