According the C++03 standard, a trailing comma in the enumeration list is not
allowed. In C99 and C++11 it is allowed, but we commited to be compliant to
C++03.
Affected file: libember/Headers/ember/glow/ParametersLocationKind.hpp
Original issue reported on code.google.com by nullable...@gmail.com on 3 May 2013 at 1:58
Original issue reported on code.google.com by
nullable...@gmail.com
on 3 May 2013 at 1:58Attachments: