Re: [Patch] Remove variant, variant and variant<>

2016-11-15 Thread Tim Shen
On Tue, Nov 15, 2016 at 11:31 AM, Jonathan Wakely wrote: > On 15/11/16 12:08 +, Jonathan Wakely wrote: >> >> On 12/11/16 12:11 -0800, Tim Shen wrote: >>> >>> At Issaquah we decided to remove the supports above. >> >> >> OK with a suitable ChangeLog, thanks. > > > I've adjusted your ChangeLog e

Re: [Patch] Remove variant, variant and variant<>

2016-11-15 Thread Jonathan Wakely
On 15/11/16 12:08 +, Jonathan Wakely wrote: On 12/11/16 12:11 -0800, Tim Shen wrote: At Issaquah we decided to remove the supports above. OK with a suitable ChangeLog, thanks. I've adjusted your ChangeLog entry to fit under 80 columns with TAB set to 8 spaces. I've also adjusted the pret

Re: [Patch] Remove variant, variant and variant<>

2016-11-15 Thread Jonathan Wakely
On 12/11/16 12:11 -0800, Tim Shen wrote: At Issaquah we decided to remove the supports above. OK with a suitable ChangeLog, thanks.

[Patch] Remove variant, variant and variant<>

2016-11-12 Thread Tim Shen
At Issaquah we decided to remove the supports above. Bootstrapped and tested on x86_64-linux-gnu. Thanks! -- Regards, Tim Shen Index: libstdc++-v3/include/std/variant === --- libstdc++-v3/include/std/variant (revision 242337) +++