Files
abseil-cpp/absl/strings/match.h
Abseil Team 67576965ab Make StartsWith and EndsWith constexpr.
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
2024-12-02 15:00:18 -08:00

4.3 KiB