4 Jun
2016
4 Jun
'16
6:06 p.m.
2016-06-04 16:58 GMT+03:00 Bjorn Reese
On 06/03/2016 08:27 AM, Antony Polukhin wrote:
There's a C++14 library that is able to do basic reflections for PODs
without any macro magic or markup: https://github.com/apolukhin/magic_get
Could the "Enums will be returned as their underlying type" limitation be partially worked around by allowing users to register their own enums?
Yes, that's possible. But I was trying to avoid that functionality. If users will be able to register their own types, then the library will become just one of many libraries where you have to manually describe your structures using macros/traits. -- Best regards, Antony Polukhin