opencv/modules/core
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
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 Explicitly default operator= for Vec<T, n> 2019-06-29 22:11:00 +02:00
misc Merge pull request #14440 from alalek:async_array 2019-06-08 20:57:15 +00:00
perf core: disable I/O perf test 2019-02-27 18:07:45 +03:00
src imgproc: fix kmeans() call from grabCut() 2019-06-25 13:42:04 +03:00
test Merge pull request #14440 from alalek:async_array 2019-06-08 20:57:15 +00:00
CMakeLists.txt Merge pull request #14210 from terfendail:wui_512 2019-06-03 18:05:35 +03:00