mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Remove a doubled up "with"
PiperOrigin-RevId: 554934635 Change-Id: Ia666bc28ee8ee84c633f365312760996f0816ca7
This commit is contained in:
committed by
Copybara-Service
parent
f850728a8a
commit
49146ec1a3
@@ -1619,7 +1619,7 @@ inline bool operator>=(const Cord& x, const Cord& y) {
|
||||
// Nonmember Cord-to-absl::string_view relational operators.
|
||||
//
|
||||
// Due to implicit conversions, these also enable comparisons of Cord with
|
||||
// with std::string and const char*.
|
||||
// std::string and const char*.
|
||||
inline bool operator==(const Cord& lhs, absl::string_view rhs) {
|
||||
size_t lhs_size = lhs.size();
|
||||
size_t rhs_size = rhs.size();
|
||||
|
||||
Reference in New Issue
Block a user