$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Bourlier (ejbourli_at_[hidden])
Date: 2007-10-24 17:44:10
Hi,
Is there a way to serialize a shared_ptr to a const object?
For example: ar & shared_ptr<const A> b;
I receive a compile error that prevents the above code from working.