$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Matelich (matelich_at_[hidden])
Date: 2006-06-27 21:43:45
I use boost::any for sending data to my thread's command queue, and I
need to send a shared_ptr in. I'm looking for any one to tell me this
is fine or bad. Based on my understanding of boost::any I think it
will be fine, but I'm slightly concerned I'll screw up the reference
count somehow.
Can anyone confirm or allay my fears?
Thanks,
Tom