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
..
2015-06-02 14:34:15 +01:00
2015-09-27 14:54:11 +03:00
2015-09-03 10:48:07 +03:00