mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
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.
11 lines
360 B
Plaintext
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
|