Commit 9003b60d authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14567 from alalek:core_drop_ostream_string_overload

parents d93588df b8f9076d
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment