"Tomek Sowiñski" <[email protected]> wrote in message news:op.u4m6tf2eot0...@las-miodowy... >Dnia 08-12-2009 o 23:17:55 hehe45 <[email protected]> napisa³(a): > >> In c++ it is valid syntax to have trailing commas at the and of enum >> definitions: >> enum {a, b, c, }; >> This would be a useful addition to D too. > >Please no. I've done some C++ but the "need semicolon after brace?" is >always something I need to think twice about. >
I don't think he was talking about the semicolon, just the comma between the "c" and the "}".
