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.
Showing
Please
register
or
sign in
to comment