Re: [C++/52595] template in NSDMI initializer

2015-06-04 Thread Jason Merrill
OK. Jason

Re: [C++/52595] template in NSDMI initializer

2015-06-04 Thread Nathan Sidwell
ping? or do you want to leave this dormant until 325 is resolved (which doesn't seem to be any time soon ...) https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02892.html On 05/27/15 16:05, Nathan Sidwell wrote: this patch fixes 52595, which I'd not noticed was actually suspended. anyway, when p

[C++/52595] template in NSDMI initializer

2015-05-27 Thread Nathan Sidwell
this patch fixes 52595, which I'd not noticed was actually suspended. anyway, when parsing an NSDMI initializer of the form: int var = A::foo(); we have to figure whether the ',' is ending the initializer or not. We've noticed the '<' as a potential template arg list opener. Currently we