Subject: Re: [boost] Checking interest in std::get for PODs
From: Bjorn Reese (breese_at_[hidden])
Date: 2016-06-04 09:58:52


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?