jeremywestAMX / ember-plus

Automatically exported from code.google.com/p/ember-plus
0 stars 0 forks source link

C++03 compliance violated by a trailing comma in libember::glow::ParametersLocationKind::_Domain enum #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Kimon.Ho...@lawo.com on 14 May 2013 at 11:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r26.

Original comment by Kimon.Ho...@lawo.com on 16 May 2013 at 8:15