opencv/modules/core/include/opencv2
Alexander Alekhin dd9da53860 disable String(int) ctor
MSVC and GCC compilers interprets cv::String a(0) as a valid
statement with conversion of "int" argument to "const char*".
This patch forbids this expected behaviour.
2015-09-27 14:54:11 +03:00
..
core disable String(int) ctor 2015-09-27 14:54:11 +03:00
core.hpp remove usage of obsolete _dataAsRows flag 2015-09-21 07:59:09 +02:00