mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Merge pull request #14567 from alalek:core_drop_ostream_string_overload
This commit is contained in:
commit
9003b60d65
@ -73,12 +73,6 @@ public:
|
|||||||
typedef Vec<channel_type, channels> vec_type;
|
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
|
static inline
|
||||||
std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd)
|
std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user