On Tue, Sep 27, 2016 at 2:27 PM, Jakub Jelinek <ja...@redhat.com> wrote: > This patch implements P0018R3. Bootstrapped/regtested on x86_64-linux and > i686-linux, ok for trunk?
OK, thanks. > BTW, not sure if/what we should do about say [this...] {} or [*this...] {}, > the grammar seems to allow it (the former already in earlier standards), > but this or *this is never a parameter pack, so probably should be rejected, > while we don't even try to parse it. In any case that looks like > preexisting pedantry. Yes, it should be rejected. Jason