Nikolas Klauser d6fcf47a89
[libc++] Fix vector::append_range growing before the capacity is reached (#183264)
Currently `vector::append_range` grows even when appending a number of
elements that is exactly equal to its spare capacity, which is
guaranteed by the standard to _not_ happen.

Fixes #183256
2026-02-27 11:12:17 +01:00
..
2025-05-08 16:48:57 -04:00
2025-07-05 18:11:58 +02:00
new