On 9/23/12, Andrei Alexandrescu <seewebsiteforem...@erdani.org> wrote: > I discussed this with Walter, and we concluded that we could deprecate > the comma operator if it helps tuples. So I started with this: > > http://www.prowiki.org/wiki4d/wiki.cgi?LanguageDevel/DIPs/DIP19
About the (,) problem, what about using (void)? It's longer to type but it might be easier to humanly decode than trying to count lone commas. ((1, ), (,)) ((1, void), void, (void))