$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] how to compare fusion adapted structures
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2010-05-06 13:04:01
>> in my project I do have a lot of fusion adapted structures (due to use
>> for/with spirit).
>
> Just a note aside: starting with release 1.43 you are able to define
> fusion sequences in situ. If you just need public attributes in your
> structs, without helper functions, you can probably save some typing. See
really cool, thanks. Using it, I've got a Segmentation fault. Got
something wrong?
Thanks,
Olaf