gcc/libstdc++-v3/testsuite/24_iterators
Jonathan Wakely 990a09e486 libstdc++: Fix bug in std::indirect_result_t
The alias template wasn't working because it applied iter_reference_t to
the pack of iterators before and after passing the pack to the
__indeirect_result helper.

	* include/bits/iterator_concepts.h (indirect_result_t): Do not apply
	iter_reference_t to parameter pack.
	* testsuite/24_iterators/indirect_callable/projected.cc: New test.

From-SVN: r279170
2019-12-10 16:15:49 +00:00
..
associated_types
back_insert_iterator
bidirectional
common_iterator
contiguous
counted_iterator
customization_points
forward
front_insert_iterator
headers/iterator libstdc++: Rename disable_sized_sentinel [P1871R1] 2019-11-14 16:53:03 +00:00
indirect_callable libstdc++: Fix bug in std::indirect_result_t 2019-12-10 16:15:49 +00:00
input
insert_iterator
istream_iterator
istreambuf_iterator
move_iterator
normal_iterator
operations
ostream_iterator
ostreambuf_iterator
output
random_access
range_access
range_operations
reverse_iterator
container_access.cc