gcc/libstdc++-v3/testsuite/25_algorithms/fill
François Dumont 72a54e5e81 libstdc++ std::fill overload for std::vector<bool>::iterator
Extend the overload so that it is used even when _GLIBCXX_DEBUG mode
is activated.

	* include/bits/stl_algobase.h (struct _Bit_iterator): New declaration.
	(std::__fill_a1(_Bit_iterator, _Bit_iterator, const bool&)): Likewise.
	* include/bits/stl_bvector.h (__fill_bvector): Move outside
	_GLIBCXX_STD_C namespace.
	(fill(_Bit_iterator, _Bit_iterator, const bool&)): Likewise and rename
	into...
	(__fill_a1): ...this.
	* testsuite/25_algorithms/fill/bvector/1.cc: New.
2020-05-06 23:28:22 +02:00
..
bvector libstdc++ std::fill overload for std::vector<bool>::iterator 2020-05-06 23:28:22 +02:00
deque_iterators Update copyright years. 2020-01-01 12:51:42 +01:00
requirements/explicit_instantiation Update copyright years. 2020-01-01 12:51:42 +01:00
1.cc Update copyright years. 2020-01-01 12:51:42 +01:00
2.cc Update copyright years. 2020-01-01 12:51:42 +01:00
3.cc Update copyright years. 2020-01-01 12:51:42 +01:00
4.cc Update copyright years. 2020-01-01 12:51:42 +01:00
35725.cc Update copyright years. 2020-01-01 12:51:42 +01:00
94013.cc libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017) 2020-03-03 22:46:39 -05:00
94017.cc libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017) 2020-03-03 22:46:39 -05:00
constexpr.cc Update copyright years. 2020-01-01 12:51:42 +01:00
constrained.cc libstdc++: Implement C++20 constrained algorithms 2020-02-06 20:08:34 -05:00