gcc/libstdc++-v3/include/experimental
Jonathan Wakely 6b7c0b5559 PR libstdc++/80762 avoid ambiguous __constructible_from<void, void>
Ensure we don't try to instantiate __is_constructible_from<void, void>,
because there are two partial specializations that are equally good
matches.

	PR libstdc++/80762
	* include/bits/fs_path.h (path::_Path): Use remove_cv_t and is_void.
	* include/experimental/bits/fs_path.h (path::_Path): Likewise.
	* testsuite/27_io/filesystem/path/construct/80762.cc: New test.
	* testsuite/experimental/filesystem/path/construct/80762.cc: New test.

From-SVN: r267056
2018-12-12 16:13:43 +00:00
..
bits PR libstdc++/80762 avoid ambiguous __constructible_from<void, void> 2018-12-12 16:13:43 +00:00
algorithm Add experimental::sample and experimental::shuffle from N4531 2018-06-25 17:23:49 +01:00
any Update copyright years. 2018-01-03 11:03:58 +01:00
array Update copyright years. 2018-01-03 11:03:58 +01:00
buffer Fix versioned namespace macros for Networking TS 2018-10-16 17:12:51 +01:00
chrono Update copyright years. 2018-01-03 11:03:58 +01:00
deque Fix erasure goofs. 2018-11-29 13:43:55 +00:00
executor Fix versioned namespace macros for Networking TS 2018-10-16 17:12:51 +01:00
filesystem Update copyright years. 2018-01-03 11:03:58 +01:00
forward_list Update copyright years. 2018-01-03 11:03:58 +01:00
functional PR libstdc++/83607 specialize Boyer-Moore searchers for std::byte 2018-01-04 10:21:29 +00:00
internet Fix versioned namespace macros for Networking TS 2018-10-16 17:12:51 +01:00
io_context Fix versioned namespace macros for Networking TS 2018-10-16 17:12:51 +01:00
iterator Update copyright years. 2018-01-03 11:03:58 +01:00
list Update copyright years. 2018-01-03 11:03:58 +01:00
map Implement uniform container erasure for C++20. 2018-11-28 16:44:25 +00:00
memory Update copyright years. 2018-01-03 11:03:58 +01:00
memory_resource PR libstdc++/77691 increase allocation size to at least alignment 2018-10-12 00:21:11 +01:00
net Initial commit of Networking TS implementation 2018-10-12 11:50:15 +01:00
netfwd Fix versioned namespace macros for Networking TS 2018-10-16 17:12:51 +01:00
numeric Update copyright years. 2018-01-03 11:03:58 +01:00
optional Update copyright years. 2018-01-03 11:03:58 +01:00
propagate_const Update copyright years. 2018-01-03 11:03:58 +01:00
random Update copyright years. 2018-01-03 11:03:58 +01:00
ratio Update copyright years. 2018-01-03 11:03:58 +01:00
regex PR libstdc++/87061 remove pmr type aliases for COW strings 2018-08-22 23:54:33 +01:00
set Implement uniform container erasure for C++20. 2018-11-28 16:44:25 +00:00
socket Fix versioned namespace macros for Networking TS 2018-10-16 17:12:51 +01:00
source_location Update copyright years. 2018-01-03 11:03:58 +01:00
string PR libstdc++/87061 remove pmr type aliases for COW strings 2018-08-22 23:54:33 +01:00
string_view PR libstdc++/83511 add default argument to basic_string_view::substr 2018-11-28 16:53:35 +00:00
system_error Update copyright years. 2018-01-03 11:03:58 +01:00
timer Fix versioned namespace macros for Networking TS 2018-10-16 17:12:51 +01:00
tuple Update copyright years. 2018-01-03 11:03:58 +01:00
type_traits Update copyright years. 2018-01-03 11:03:58 +01:00
unordered_map Implement uniform container erasure for C++20. 2018-11-28 16:44:25 +00:00
unordered_set Implement uniform container erasure for C++20. 2018-11-28 16:44:25 +00:00
utility Update copyright years. 2018-01-03 11:03:58 +01:00
vector Update copyright years. 2018-01-03 11:03:58 +01:00