$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Igor R (boost.lists_at_[hidden])
Date: 2008-07-30 16:35:37
This is not an answer to your question, but -- you can take a look at
the boost::state_chart events implementation, I think I saw there
something like this (search "intrusive_from_this").
> I come to an implementation of this. As i'm sure this was coded many times
> before, two questions: (1) Why stock implementation of intrusive counter is
> not included to Smart Pointers library ? (2) Is there something wrong with
> my code ?