4 Apr
2012
4 Apr
'12
4:52 p.m.
AMDG On 04/04/2012 08:26 AM, Ion Gaztañaga wrote:
El 03/04/2012 23:37, Aaron_Wright@selinc.com 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.
boost::variant doesn't use virtual functions, *but* under some conditions it can store a raw pointer which is also a problem for interprocess. In Christ, Steven Watanabe