std::current_exception
std::rethrow_exception
With these new C++11 APIs, we can delete the `clone` and `rethrow` methods from our exception classes.
runtime
@kha The runtime folder includes what is needed to link a standalone Lean program. It is still contains some unnecessary files. We will be able to remove them after we release Lean4.