$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2007-03-09 20:54:45
On 3/9/07, Joel de Guzman <joel_at_[hidden]> wrote:
> map_struct(X& x)
> {
> return fusion::map_tie<a_type, b_type, c_type>(x.a, x.b, x.c);
a_type?
return fusion::map_tie<a_, b_, c_>(x.a, x.b, x.c);
?
> }
>
Tony