Philipp A. Hartmann 1320ba77a7 drop trailing commas in enums
In C++'98/03, trailing commas in enumerations are not allowed, but have
been introduced in C++11.  This patch drops the trailing commas in order
to avoid compiler warnings (e.g. GCC with -pedantic).

Fixes http://code.google.com/p/rapidjson/issues/detail?id=49.
2014-06-25 13:56:06 +02:00
..
2014-06-25 13:56:06 +02:00