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