We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello everyone,
is it possible to test an enum for each value just appearing once. Example:
enum foo { BAR = 0, BAZ = 0 };
Is it possible to create an error or warning with this?
Thanks for your answers Alexander