
Sebastian Redl <sebastian.redl@getdesigned.at> writes:
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.
I haven't yet looked at the issues with 64-bit MSVC. I'm fairly sure it uses a different exception model, so it won't work without some level of tweaking. Anthony -- Anthony Williams Author of C++ Concurrency in Action | http://www.manning.com/williams Custom Software Development | http://www.justsoftwaresolutions.co.uk Just Software Solutions Ltd, Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK