| commit | 137ea7ffcb46d5983471f1dfe6e8e9c7a2b9fa0f | [log] [tgz] |
|---|---|---|
| author | Russ Cox <[email protected]> | Tue Jul 29 16:45:17 2025 |
| committer | Russ Cox <[email protected]> | Wed Jul 30 16:28:58 2025 |
| tree | 9f519dde49b9c552550feeba1efb8a7a86b0b5a7 | |
| parent | 141a0b75c8d1a2ef86a4b097209403757ce8ccae [diff] |
re2: use C++17 [[fallthrough]] instead of ABSL_FALLTHROUGH_INTENDED According to [1], Google code now depends on C++17, so we can use these directly. [1] https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md Change-Id: Ic475b79bc2153861d6ec2aebc0c55dbcf0c35908 Reviewed-on: https://code-review.googlesource.com/c/re2/+/63770 Reviewed-by: Alan Donovan <[email protected]>