On Mon, 26 Mar 2018, Jonathan Wakely wrote:
> Now with 100% more patch.
Technically infinitely more patch, not just 100%. :-)
(The previous mail had 100% less patch, though.)
SCNR,
Gerald
On 26 March 2018 at 14:10, Jonathan Wakely wrote:
> This makes it possible to use our std::variant with Clang, as well as
> some minor tweaks to avoid ADL (so the compiler doesn't waste time
> looking in associated namespaces) and adjust whitespace.
>
>* include/std/variant (__get): Qualify
4b3007fd674c489b695b8b1c52d6f1e8d010f072
Author: Jonathan Wakely
Date: Mon Mar 26 13:49:34 2018 +0100
Add workaround to std::variant for Clang bug 31852
* include/std/variant (__get): Qualify calls to avoid ADL.
(__select_index): Adjust whitespace.
This makes it possible to use our std::variant with Clang, as well as
some minor tweaks to avoid ADL (so the compiler doesn't waste time
looking in associated namespaces) and adjust whitespace.
* include/std/variant (__get): Qualify calls to avoid ADL.
(__select_index): Adjust whites