Anton Bachin 6c3d02b951 Fixed bug that disallowed some constant names.
The user-supplied constant names are used to declare an internal enum
type. They end up sharing a namespace with some internal library
values. Those internal values had names not prefixed with underscores.
As a result, it was impossible to declare enum constants with these
names.

Prefixed the internal names with underscores.
2015-07-11 10:23:34 -05:00
..
cxxtest Fixed bug that disallowed some constant names. 2015-07-11 10:23:34 -05:00
expect Simple implementation of N4428 enum reflection. 2015-07-09 18:29:44 -05:00
linking Support for testing in AppVeyor. 2015-07-01 23:58:23 -05:00
performance Updated and improved documentation. 2015-06-05 13:01:28 -05:00
CMakeLists.txt Simple implementation of N4428 enum reflection. 2015-07-09 18:29:44 -05:00
Makefile Local testing on VC2010 and VC2012. 2015-07-09 18:28:11 -05:00