mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-02 05:46:23 +01:00
Removed the last comma at enum definitions to support C++03 strictly.
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
enum flags_t {
|
||||
A = 0,
|
||||
B = 1,
|
||||
B = 1
|
||||
};
|
||||
|
||||
flags_t flag;
|
||||
|
||||
Reference in New Issue
Block a user