diff options
author | Derek Mauro <dmauro@google.com> | 2023-03-15 12:22:43 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-03-15 12:24:47 -0700 |
commit | a8f3b9d6119e8ff1e56a67661cf5a94f41c7866e (patch) | |
tree | 3e0f7e017c538132849ec2a1195309c5cd3154b3 /README.md | |
parent | 7fb43d7318347899c77f83cf3d97c413f8340e6b (diff) |
Remove unreleased iterator library from README.md
#1414
PiperOrigin-RevId: 516896705
Change-Id: Icd4ce24467ef9830ebbc68189addebb2ed1e95d4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -91,9 +91,6 @@ Abseil contains the following C++ library components: * [`hash`](absl/hash/) <br /> The `hash` library contains the hashing framework and default hash functor implementations for hashable types in Abseil. -* [`iterator`](absl/iterator/) - <br /> The `iterator` library contains utilities for augmenting ranges in - range-based for loops. * [`log`](absl/log/) <br /> The `log` library contains `LOG` and `CHECK` macros and facilities for writing logged messages out to disk, `stderr`, or user-extensible |