Any comments on this?
On 19 December 2014 at 09:21, Ville Voutilainen <ville.voutilai...@gmail.com> wrote: > Tested on Linux-x64. > > /cp > 2014-12-19 Ville Voutilainen <ville.voutilai...@gmail.com> > > Reject trailing return type for an operator auto(). > * decl.c (grokdeclarator): Reject trailing return types for > all conversion operators, don't handle conversion operators > in the previous checks that deal with auto. > > /testsuite > 2014-12-19 Ville Voutilainen <ville.voutilai...@gmail.com> > > Reject trailing return type for an operator auto(). > * g++.dg/cpp0x/auto9.C: Adjust.