$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-13 17:54:00
vicente.botet:
> Hello Peter,
>
> this future library use your exception_ptr (providing a partial emulation
> of
> N2179) and as I supose should be the case of any future implementation.
>
> Do you plan to submit your implementation to Boost?
My implementation is merely a proof of concept. I know Anthony Williams has
one (specific to MSVC) that is much more impressive (although I don't see it
in the SVN). I see that Emil Dotchevski also has something along these lines
in boost/exception/cloning.hpp. The future library also seems to contain an
enhanced implementation.