better-enums/CONTRIBUTORS
Anton Bachin 4314ad3fd3 Experimental generalization of underlying types.
With this change, the underlying type can be a non-integral type that
provides conversions to and from an integral type. See the test at
test/cxxtest/underlying.h for some examples - though they are more
verbose than strictly necessary, for testing needs.

Move constructors in underlying types are not supported. It has been
difficult so far to get constexpr code not to select the move
constructor, which is generally not constexpr, for various operations.
2015-06-11 20:39:46 -05:00

11 lines
360 B
Plaintext

Here you will find a list of everyone I have to thank for contributing code,
suggestions, comments, other feedback, or anything else that was useful to the
library. This file never shrinks - if a name goes missing, it's because a chat
handle was replaced by a real name. There is no significance to the order.
Thanks to:
Tony Van Eerd
Ben Alex
Simon Stienen