1. 06 Aug, 2024 2 commits
    • Remove `CharIterator::operator->`. · 08850701
      An `operator->` that doesn't return a record type doesn't really serve a useful
      purpose, and it is not required by the iterator concepts. I haven't been able
      to find any usage in non-test code, so I'm removing it.
      
      Even though the `pointer` type alias is now not being used anywhere, I'm keeping
      it because otherwise some standard libraries don't accept `CharIterator` when
      passed to `std::string::apend()`, for example.
      
      PiperOrigin-RevId: 659832167
      Change-Id: I5de183a01009bfd71c8477f2023973075be8d860
      Martin Brænne committed
    • Mark non-modifying container algorithms as constexpr for C++20. · 00478de3
      This change marks Abseil's non-modifying sequence operations including
      absl::linear_search and absl::c_linear_search as constexpr when building with
      C++20.
      PiperOrigin-RevId: 659812405
      Change-Id: I8dc2cee873f30531b2eb8fb3da12085505a43a1a
      Abseil Team committed
  2. 05 Aug, 2024 2 commits
  3. 01 Aug, 2024 2 commits
  4. 30 Jul, 2024 3 commits
  5. 29 Jul, 2024 2 commits
  6. 26 Jul, 2024 2 commits
  7. 25 Jul, 2024 5 commits
  8. 24 Jul, 2024 1 commit
  9. 23 Jul, 2024 1 commit
  10. 22 Jul, 2024 2 commits
  11. 18 Jul, 2024 4 commits
  12. 15 Jul, 2024 3 commits
  13. 14 Jul, 2024 1 commit
  14. 11 Jul, 2024 4 commits
  15. 10 Jul, 2024 3 commits
  16. 09 Jul, 2024 1 commit
  17. 07 Jul, 2024 1 commit
  18. 04 Jul, 2024 1 commit