Files
gcc/libstdc++-v3/include/debug/string
François Dumont 74bdc47e68 libstdc++: [_GLIBCXX_DEBUG] Constrain basic_string iterator constructor
Constrain __gnu_debug::basic_string(_Ite, _Ite, const _Alloc&) _Ite template
parameter so that it is an iterator type.

libstdc++-v3/ChangeLog:

	* include/debug/string
	[__cplusplus >= 201103L](basic_string(_Ite, _Ite, const _Alloc&)): Add
	std::_RequireInputIter<_Ite> template parameter.

Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
2026-03-10 08:14:49 +01:00

37 KiB