Re: Add workaround to std::variant for Clang bug 31852

2018-04-07 Thread Gerald Pfeifer
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

Re: Add workaround to std::variant for Clang bug 31852

2018-04-05 Thread Jonathan Wakely
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

Re: Add workaround to std::variant for Clang bug 31852

2018-03-26 Thread Jonathan Wakely
Now with 100% more patch. 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. > >* includ