r258854 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Mon Mar 26 13:09:00 GMT 2018


Author: redi
Date: Mon Mar 26 13:09:10 2018
New Revision: 258854

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

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

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/variant



More information about the Libstdc++-cvs mailing list