Gave cv::String appropriate += operators.
authorRoman Donchenko <roman.donchenko@itseez.com>
Thu, 21 Nov 2013 14:26:38 +0000 (18:26 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Fri, 22 Nov 2013 13:58:40 +0000 (17:58 +0400)
commitfc49d33c8d17dd6c5e3de6f23024d1d4fa98e920
tree2b78adf468ceb1b469a3ce1dbfabf96b2073a897
parentc1f59c4c76c5adbb7fc2c40ff13020e7ff58c651
Gave cv::String appropriate += operators.

Note that since String is a reference to an immutable string,
this doesn't actually change the string; it just replaces *this
with a reference to the concatenated string.
modules/core/include/opencv2/core/cvstd.hpp
modules/core/include/opencv2/core/cvstd.inl.hpp