opencv/modules/gapi/include
Anton Potapov 446f344818 GAPI: fix C++17 compilation errors in GNetPackage (fixes #17385)
- explicitly declared default constructor
- made initilizer_list  constructor to accept the list by copy
   -- as it is  more canonical (and as copying the initializer_list does
not force copy of the list items)
   -- current version anyway does not do what it is intended to
2020-12-01 09:34:53 +03:00
..
opencv2 GAPI: fix C++17 compilation errors in GNetPackage (fixes #17385) 2020-12-01 09:34:53 +03:00