gcc/libstdc++-v3/include
Jonathan Wakely e7aa614d73
libstdc++: Add debug assertions to std::list and std::forward_list
While working on fancy pointer support for the linked lists I noticed
they didn't have any debug assertions. This adds the obvious non-empty
assertions to front() and back().

libstdc++-v3/ChangeLog:

	* include/bits/forward_list.h (forward_list::front): Add
	non-empty assertions.
	* include/bits/stl_list.h (list::front, list::back): Add
	non-empty assertions.
2024-11-27 12:30:01 +00:00
..
backward
bits libstdc++: Add debug assertions to std::list and std::forward_list 2024-11-27 12:30:01 +00:00
c
c_compatibility
c_global
c_std
debug libstdc++: Do not define _Insert_base::try_emplace before C++17 2024-11-08 14:39:56 +00:00
decimal
experimental
ext
parallel
precompiled libstdc++: stdc++.h and <coroutine> 2024-11-14 11:39:31 -05:00
pstl
std libstdc++: Implement LWG 3563 changes to keys_view and values_view 2024-11-14 13:27:41 -05:00
tr1
tr2
Makefile.am
Makefile.in