On 10/28/20 10:56 PM, Marek Polacek wrote:
On Wed, Oct 28, 2020 at 02:34:15PM -0400, Jason Merrill via Gcc-patches wrote:
On 10/28/20 2:02 PM, Marek Polacek wrote:
This patch implements CWG 625 which prohibits using auto in a template
argument. A few tests used this construction. We could per
On Wed, Oct 28, 2020 at 02:34:15PM -0400, Jason Merrill via Gcc-patches wrote:
> On 10/28/20 2:02 PM, Marek Polacek wrote:
> > This patch implements CWG 625 which prohibits using auto in a template
> > argument. A few tests used this construction. We could perhaps only
> > give an error in C++20,