Files
gcc-reflection/libstdc++-v3/include
Tomasz Kamiński ae00818713 libstdc++: Fix obvious mistake in inplace_vector::assign_range [PR119137]
In case of input iterators, the loop that assigns to existing elements
should run up to number of elements in vector (_M_size) not capacity (_Nm).

	PR libstdc++/119137

libstdc++-v3/ChangeLog:

	* include/std/inplace_vector (inplace_vector::assign_range):
	Replace _Nm with _M_size in the assigment loop.
2025-07-22 09:33:05 +02:00
..
2025-01-02 11:59:57 +01:00
2025-01-02 11:59:57 +01:00
2025-01-02 11:59:57 +01:00
2025-01-02 11:59:57 +01:00
2025-01-02 11:59:57 +01:00