forked from boostorg/exception
Hopefully fixing the Como-specific problem reported by Robert Ramey.
[SVN r47126]
This commit is contained in:
@ -121,6 +121,7 @@ boost
|
||||
};
|
||||
|
||||
template <class T>
|
||||
inline
|
||||
clone_base *
|
||||
make_clone( T const & x )
|
||||
{
|
||||
@ -144,6 +145,7 @@ boost
|
||||
}
|
||||
|
||||
template <class T>
|
||||
inline
|
||||
exception_detail::clone_impl<T>
|
||||
enable_current_exception( T const & x )
|
||||
{
|
||||
|
Reference in New Issue
Block a user