Some breaking changes
- No longer support VS 2013 and older
- Changed to use
std::exception_ptr
in exception handler - Changed to use
const std::string &
as much as possible instead ofconst char *
std::exception_ptr
in exception handlerconst std::string &
as much as possible instead of const char *