$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Checking interest in std::get for PODs
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-06-03 07:33:18
On 6/3/2016 2:27 AM, Antony Polukhin wrote:
> Hi,
>
> 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
>
> Would it be interesting for Boost? Could it pass Boost review if it has a
> reinterpret_cast in it?
>
What are the practical benefits of being able to access PODS by index as
opposed to using a tuple instead ?