mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
This required rewriting StartsWith and EndsWith to not use memcmp and just create a string_view for the substring instead which can then be compared with operator==. PiperOrigin-RevId: 702095989 Change-Id: I73474dd2e9a7fbbde563baf39e7cedd4fc2357e7
4.3 KiB
4.3 KiB