$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] Collection of base shared_ptr
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2012-04-04 11:26:44
El 03/04/2012 23:37, Aaron_Wright_at_[hidden] escribió:
> Hmmm. I was almost thinking the same thing, but I was hoping there was
> something I was missing.
>
> What about boost::variant? Can I stuff that into a queue in shared memory?
I don't know boost::variant internals, but if it does not use any
virtual function, it could be a choice.
Ion