mirror of
https://github.com/boostorg/exception.git
synced 2025-07-01 06:51:02 +02:00
Hopefully fixing the Como-specific problem reported by Robert Ramey.
[SVN r47126]
This commit is contained in:
@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user