On 28 December 2014 at 20:21, Ville Voutilainen <ville.voutilai...@gmail.com> wrote: > Any comments on this?
Re-ping. :) The original message is https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01614.html > > 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.