Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Rewriter bug?

> the rewritten initializer list is syntactically incorrect:
>
>   : a( /* ... skipped ... */ )
>   b( /* ... skipped ... */ ), // comment before comma
>   , c( /* ... skipped ... */ )

Sounds like a bug. Please file a bug at [1].

Thanks,
Nate
 
[1] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CDT

Back to the top