mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 09:25:45 +08:00
core: drop 'operator << (ostream, String)' overload
'cv::String' is 'std::string' in OpenCV 4.x
This commit is contained in:
parent
b2abd8ca41
commit
b8f9076de0
@ -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…
Reference in New Issue
Block a user