introduced boost/exception_ptr.hpp, using Boost Exception

[SVN r44439]
This commit is contained in:
Emil Dotchevski
2008-04-15 18:47:16 +00:00
parent c61e655ada
commit f29f86f65c
5 changed files with 4 additions and 12 deletions

View File

@ -109,14 +109,6 @@ boost
return exception_ptr(c);
}
catch(
... )
{
}
try
{
throw;
}
catch(
std::invalid_argument & e )
{
return exception_detail::current_exception_std_exception(e);