Merge pull request #14567 from alalek:core_drop_ostream_string_overload

pull/14578/head
Alexander Alekhin 6 years ago
commit 9003b60d65
  1. 6
      modules/core/include/opencv2/core/cvstd.inl.hpp

@ -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)
{

Loading…
Cancel
Save