Sure, I'm open to such a thing. Although, I feel like there may be caveats
to that (i.e. whether the reflection TS interface is easy to use, whether
it's easy to emulate library-only, how likely it is to continue changing,
etc). Do you have a link to a paper that shows what the latest in the
reflection TS for enums looks like?
On Mon, Jan 28, 2019 at 6:04 PM David Sankel
On Sat, Jan 12, 2019, 1:20 AM Nir Friedman via Boost < boost@lists.boost.org wrote:
Hey,
I have a reflective enum library available here: https://github.com/quicknir/wise_enum.
Feedback on the overall design, any issues, any key
features it fails to meet, would be very useful.
An interesting thought would be to provide an interface that mimics the reflection TS. That way when reflection arrives code can be converted to use it in a straightforward way.