Merge pull request #14567 from alalek:core_drop_ostream_string_overload

This commit is contained in:
Alexander Alekhin 2019-05-16 11:32:13 +00:00
commit 9003b60d65

View File

@ -73,12 +73,6 @@ public:
typedef Vec<channel_type, channels> vec_type;
};
static inline
std::ostream& operator << (std::ostream& os, const String& str)
{
return os << str.c_str();
}
static inline
std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd)
{