
19 Nov
2008
19 Nov
'08
6:09 p.m.
Anthony Williams wrote:
For exception_ptr, my code uses an improved version of the MSVC-specific code I submitted (but which is not yet included in Boost.Exception) which allows any exception to be cloned, without prior registration.
Does it work with 64-bit MSVC? I've adapted your code to get error information out of any exception, but I don't know how to adapt the code to 64-bit compilation. Sebastian