Commit fdc64e2
Support C++20 iterators in raw_hash_map's random-access iterator detection
Missed in 9e764b4. Allows random-access iterators with a value-type `reference` (e.g. zip iterators) to hit this fast path, because of ae4b0c5.
PiperOrigin-RevId: 727356112
Change-Id: I4a2499cc1d0403b51a802297c84449531cfb9d5e1 parent cc70e83 commit fdc64e2
File tree
3 files changed
+5
-4
lines changed- absl/container
- internal
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| 700 | + | |
700 | 701 | | |
701 | 702 | | |
702 | 703 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
| 768 | + | |
768 | 769 | | |
769 | 770 | | |
770 | 771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
1601 | 1602 | | |
1602 | 1603 | | |
1603 | 1604 | | |
1604 | | - | |
1605 | | - | |
1606 | | - | |
1607 | | - | |
| 1605 | + | |
| 1606 | + | |
1608 | 1607 | | |
1609 | 1608 | | |
1610 | 1609 | | |
| |||
0 commit comments