8sa1-gcc/libstdc++-v3/include/debug
Jonathan Wakely 47cca0288d libstdc++: Fix headers that can't be used as header units [PR 99413]
This adds missing includes to internal library headers which get
included from more than one other header, so that they can be compiled
as a stand-alone header unit.

For existing use cases these includes are no-ops because they're already
done by the header that includes these files. For compiling them as a
header unit, this ensures that they include what they use.

libstdc++-v3/ChangeLog:

	PR libstdc++/99413
	* include/bits/align.h: Include debug/assertions.h.
	* include/bits/codecvt.h: Include bits/c++config.h.
	* include/bits/enable_special_members.h: Likewise.
	* include/bits/erase_if.h: Likewise.
	* include/bits/functional_hash.h: Include <type_traits>.
	* include/bits/invoke.h: Include bits/move.h.
	* include/bits/ostream_insert.h: Include bits/exception_defines.h.
	* include/bits/parse_numbers.h: Include <type_traits>.
	* include/bits/predefined_ops.h: Include bits/c++config.h.
	* include/bits/range_access.h: Include bits/stl_iterator.h.
	* include/bits/stl_bvector.h: Do not include bits/stl_vector.h.
	* include/bits/stl_iterator.h: Include bits/stl_iterator_base_types.h.
	* include/bits/stl_uninitialized.h: Include bits/stl_algobase.h.
	* include/bits/uniform_int_dist.h: Include bits/concept_check.h.
	* include/bits/unique_lock.h: Include bits/std_mutex.h.
	* include/debug/assertions.h: Include bits/c++config.h.
2021-03-10 15:27:41 +00:00
..
assertions.h libstdc++: Fix headers that can't be used as header units [PR 99413] 2021-03-10 15:27:41 +00:00
bitset Update copyright years. 2021-01-04 10:26:59 +01:00
debug.h Update copyright years. 2021-01-04 10:26:59 +01:00
deque Update copyright years. 2021-01-04 10:26:59 +01:00
formatter.h Update copyright years. 2021-01-04 10:26:59 +01:00
forward_list Update copyright years. 2021-01-04 10:26:59 +01:00
functions.h Update copyright years. 2021-01-04 10:26:59 +01:00
helper_functions.h Update copyright years. 2021-01-04 10:26:59 +01:00
list Update copyright years. 2021-01-04 10:26:59 +01:00
macros.h libstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators 2021-01-14 19:23:54 +01:00
map Update copyright years. 2021-01-04 10:26:59 +01:00
map.h Update copyright years. 2021-01-04 10:26:59 +01:00
multimap.h Update copyright years. 2021-01-04 10:26:59 +01:00
multiset.h Update copyright years. 2021-01-04 10:26:59 +01:00
safe_base.h Update copyright years. 2021-01-04 10:26:59 +01:00
safe_container.h Update copyright years. 2021-01-04 10:26:59 +01:00
safe_iterator.h libstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators 2021-01-14 19:23:54 +01:00
safe_iterator.tcc libstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators 2021-01-14 19:23:54 +01:00
safe_local_iterator.h libstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators 2021-01-14 19:23:54 +01:00
safe_local_iterator.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
safe_sequence.h Update copyright years. 2021-01-04 10:26:59 +01:00
safe_sequence.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
safe_unordered_base.h Update copyright years. 2021-01-04 10:26:59 +01:00
safe_unordered_container.h Update copyright years. 2021-01-04 10:26:59 +01:00
safe_unordered_container.tcc Update copyright years. 2021-01-04 10:26:59 +01:00
set Update copyright years. 2021-01-04 10:26:59 +01:00
set.h Update copyright years. 2021-01-04 10:26:59 +01:00
stl_iterator.h Update copyright years. 2021-01-04 10:26:59 +01:00
string Update copyright years. 2021-01-04 10:26:59 +01:00
unordered_map libstdc++: Add unordered containers heterogeneous lookup 2021-02-09 21:56:27 +01:00
unordered_set libstdc++: Add unordered containers heterogeneous lookup 2021-02-09 21:56:27 +01:00
vector Update copyright years. 2021-01-04 10:26:59 +01:00