mirror of
https://github.com/boostorg/exception.git
synced 2025-07-13 20:46:33 +02:00
removed tabs from source files
updated documentation [SVN r47251]
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