You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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