martin-moene.blogspot.com
martin-moene.blogspot.com copied to clipboard
What license does this code use?
Hi!
I've hit a unique situation where I needed a C++03 implementation of std::exception_ptr and your solution is perfect for what I'm doing. I just wondered if you could specify a license for the code as I couldn't see one anywhere. Thanks!
Hi @Kazade The code for exception_ptr
is also available from exception_ptr_lite.hpp as part of repo Spike-excpected. That repo uses the Boost license. That version does (partly) support current_exception()
.
Regards, Martin