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
..
general.h Fixed bug that disallowed some constant names. 2015-07-11 10:23:34 -05:00
stream.h Overloaded stream operators. 2015-06-11 23:05:46 -05:00
underlying.h Changed _size to a function. 2015-06-19 17:05:33 -05:00