$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [fusion] making an inner struct boost fusion compatible?
From: Nat Goodspeed (nat_at_[hidden])
Date: 2012-09-20 07:59:59
On Sep 20, 2012, at 4:29 AM, "Oswin Krause" <Oswin.Krause_at_[hidden]> wrote:
> this inner struct must be a boost fusion compatible random access sequence. The examples cover only structs on namespace lvel, how can i handle this way? i don't want to clatter the namespace by pulling nested outside of the class.
Maybe forward-declare the inner struct within the outer, then define the inner struct outside as outer::inner?
>