This comma may exist elsewhere #3872
higherkinded
started this conversation in
General
Replies: 1 comment
-
If I remember correctly this was due to some old compiler complaining on trailing commas, perhaps an earler version of msvc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/edenhill/librdkafka/blob/b47da0e4eec900d9cb091d2f524e957505dbb513/src-cpp/rdkafkacpp.h#L3209
Trailing commas are totally valid in C++
enum
declarations. This comma must exist between those members but it may be a trailing one afterRK_MSG_BLOCK
without any issues.Beta Was this translation helpful? Give feedback.
All reactions