https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31852

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
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

Reply via email to