(Optionally?) Prevent using the same value for two different enum labels

Issue #5 new
Lynden Shields repo owner created an issue

So you can't accidentally do this kind of thing:

enum blah{ blah1=1, blah2=1 };

Comments (0)

  1. Log in to comment