gcc/libstdc++-v3/testsuite
Jonathan Wakely 94b94c0bb1 libstdc++: Fix tests for uninitialized_value_construct_n
In my recent r11-1460 commit the tests had been "improved" before
commit, and no longer exercised the code paths changed by the patch.

This restores what I originally tested, so that the tests fail before
the r11-1460 change and pass after it.

	* testsuite/20_util/specialized_algorithms/uninitialized_default_n/sizes.cc:
	Replace Value type with int so trivial code path is used.
	* testsuite/20_util/specialized_algorithms/uninitialized_value_construct_n/sizes.cc:
	Likewise.
2020-06-17 21:23:35 +01:00
..
17_intro
18_support
19_diagnostics
20_util libstdc++: Fix tests for uninitialized_value_construct_n 2020-06-17 21:23:35 +01:00
21_strings libstdc++: Update value of __cpp_lib_constexpr_char_traits for C++20 2020-06-15 14:31:26 +01:00
22_locale
23_containers
24_iterators libstdc++: Define converting assignment operator for std::move_iterator 2020-06-09 22:16:24 +01:00
25_algorithms libstdc++: Fix some ranges algos optimizations [PR95578] 2020-06-10 17:37:53 -04:00
26_numerics
27_io libstdc++: Fix istream::ignore discarding too many chars (PR 94749) 2020-06-11 18:41:37 +01:00
28_regex
29_atomics libstdc++: Enforce copyable/movable checks in std::atomic 2020-06-16 22:34:55 +01:00
30_threads
abi
backward
config
data
decimal
experimental
ext
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions
std
tr1
tr2
util
Makefile.am
Makefile.in