-
Alexander Alekhin authored
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.
dd9da538
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.