On Fri, Mar 23, 2018 at 3:38 PM, Alexandre Oliva <aol...@redhat.com> wrote: > + /* Concepts allows 'auto' in template arguments, even multiple > + 'auto's in a single argument.
I think that's only intended for class templates; we should reject 'auto' as a template argument for function or variable templates. Jason