Hopefully fixing the Como-specific problem reported by Robert Ramey.

[SVN r47126]
This commit is contained in:
Emil Dotchevski
2008-07-06 04:50:53 +00:00
parent 9ddb810b95
commit 044d5767e2
8 changed files with 17 additions and 0 deletions

View File

@ -68,6 +68,7 @@ boost
};
template <class T>
inline
exception_ptr
current_exception_std_exception( T const & e1 )
{
@ -170,6 +171,7 @@ boost
}
template <class T>
inline
exception_ptr
copy_exception( T const & e )
{