Merge "Merge "Remove String16 operator<<, now provided in header" am: 35d04c27ee am: f1e6950510" into qt-qpr1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
2593e104d5
@@ -44,10 +44,6 @@ static inline ::std::ostream& operator<<(::std::ostream& out, const String8& str
|
||||
return out << str.string();
|
||||
}
|
||||
|
||||
static inline ::std::ostream& operator<<(::std::ostream& out, const String16& str) {
|
||||
return out << String8(str).string();
|
||||
}
|
||||
|
||||
static inline ::std::ostream& operator<<(::std::ostream& out, const ResTable_config& c) {
|
||||
return out << c.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user