r262407 - in /branches/gcc-7-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Jul 4 13:59:00 GMT 2018


Author: redi
Date: Wed Jul  4 13:59:21 2018
New Revision: 262407

URL: https://gcc.gnu.org/viewcvs?rev=262407&root=gcc&view=rev
Log:
Add workaround to std::variant for Clang bug 31852

Backport from mainline
2018-03-26  Jonathan Wakely  <jwakely@redhat.com>

	* include/std/variant (__get): Qualify calls to avoid ADL.
	(__select_index): Adjust whitespace.
	(variant): Add using-declaration to workaround Clang bug.

Modified:
    branches/gcc-7-branch/libstdc++-v3/ChangeLog
    branches/gcc-7-branch/libstdc++-v3/include/std/variant



More information about the Libstdc++-cvs mailing list