Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net