
13 Apr
2008
13 Apr
'08
9:54 p.m.
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.