[ros-dev] Boot broken, trunk locked

Dmitry Gorbachev d.g.gorbachev at gmail.com
Thu Dec 4 10:25:56 CET 2008


Hi! I'm sorry I broke the trunk.

About "extra" comma within braces, it is not a mistake. It is allowed.

There is a fragment of C grammar:

initializer
 : assignment_expression
 | '{' initializer_list '}'
 | '{' initializer_list ',' '}'
 ;



More information about the Ros-dev mailing list