$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Nasty compile time reflection and iteration for POD types using C++14 without macro
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2016-04-07 15:25:55
Another set of changes https://github.com/apolukhin/magic_get:
* committed the previously mentioned changes (forget to do that last time)
* fixed and improved flat_tuple_element and flat_tuple_size
* added cool examples (comparison operators for any POD types and `ostream&
operator<<` for any POD type)
-- Best regards, Antony Polukhin