[PATCH] Fix ambiguities in C++17 mode

Jonathan Wakely jwakely@redhat.com
Fri Aug 19 15:42:00 GMT 2016


This fixes some more test FAILs when using -std=gnu++17, due to
names in std::experimental now also being in std.

	* include/experimental/tuple (apply): Qualify call to __apply_impl.
	* include/std/tuple (apply): Likewise.
	* testsuite/experimental/system_error/value.cc: Fix ambiguities in
	C++17 mode.
	* testsuite/experimental/tuple/tuple_size.cc: Likewise.
	* testsuite/experimental/type_traits/value.cc: Likewise.

Tested x86_64-linux, committed to trunk.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 6388 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20160819/942d21bb/attachment.bin>


More information about the Libstdc++ mailing list