gcc/libstdc++-v3/include/experimental
François Dumont 6db082477a libstdc++: Remove <debug/array>
Add _GLIBCXX_ASSERTIONS assert in normal std::array and remove __gnu_debug::array
implementation.

libstdc++-v3/ChangeLog:

	* include/debug/array: Remove.
	* include/Makefile.am: Remove <debug/array>.
	* include/Makefile.in: Regenerate.
	* include/experimental/functional: Adapt.
	* include/std/array: Move to _GLIBCXX_INLINE_VERSION namespace.
	* include/std/functional: Adapt.
	* include/std/span: Adapt.
	* testsuite/23_containers/array/debug/back1_neg.cc:
	Remove dg-require-debug-mode. Add -D_GLIBCXX_ASSERTIONS option.
	* testsuite/23_containers/array/debug/back2_neg.cc: Likewise.
	* testsuite/23_containers/array/debug/front1_neg.cc: Likewise.
	* testsuite/23_containers/array/debug/front2_neg.cc: Likewise.
	* testsuite/23_containers/array/debug/square_brackets_operator1_neg.cc:
	Likewise.
	* testsuite/23_containers/array/debug/square_brackets_operator2_neg.cc:
	Likewise.
	* testsuite/23_containers/array/element_access/60497.cc
	* testsuite/23_containers/array/tuple_interface/get_debug_neg.cc:
	Remove.
	* testsuite/23_containers/array/tuple_interface/get_neg.cc
	* testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc
	* testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc
2020-11-09 21:20:01 +01:00
..
bits libstdc++: Fix -Wdeprecated-declarations warnings 2020-09-10 18:48:25 +01:00
algorithm
any
array
buffer libstdc++: Fix some warnings in headers 2020-10-29 22:47:22 +00:00
chrono
deque
executor libstdc++: Fix error in experimental::strand 2020-10-26 21:00:06 +00:00
filesystem
forward_list
functional libstdc++: Remove <debug/array> 2020-11-09 21:20:01 +01:00
internet libstdc++: Fix some warnings in headers 2020-10-29 22:47:22 +00:00
io_context libstdc++: Make Networking TS work without gthreads [PR 89760] 2020-08-11 16:16:22 +01:00
iterator
list
map
memory
memory_resource libstdc++: Ensure std::forward_as_tuple is defined 2020-10-23 01:12:00 +01:00
net
netfwd
numeric libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978] 2020-08-28 23:03:28 +01:00
optional
propagate_const
random
ratio
regex
set
socket
source_location
string
string_view libstdc++: Introduce new headers for C++20 ranges components 2020-09-22 15:45:54 +01:00
system_error
timer
tuple
type_traits libstdc++: Fix -Wdeprecated-declarations warnings 2020-09-10 18:48:25 +01:00
unordered_map
unordered_set
utility
vector