1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-27 22:33:03 +04:00
Files
opencv/modules
Stefan Brüns e9a2e665b2 Explicitly default operator= for Vec<T, n>
Due to the explicitly declared copy constructor Vec<T, n>::Vec(Vec <T,n>&)
GCC 9 warns if there is no assignment operator, as having one typically
requires the other (rule-of-three, constructor/desctructor/assginment).

As the values are just a plain array the default assignment operator does
the right thing. Tell the compiler explicitly to default it.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
2019-06-29 22:11:00 +02:00
..
2018-09-07 20:33:52 +09:00
2018-09-07 20:33:52 +09:00
2018-09-07 20:33:52 +09:00
2018-09-07 20:33:52 +09:00
2019-03-03 16:40:43 +00:00
2019-06-27 17:37:31 +03:00
2019-06-05 12:44:03 +02:00
2019-06-05 09:15:18 -07:00
2019-06-16 06:10:00 +08:00