forked from boostorg/exception
removed tabs from source files
updated documentation [SVN r47251]
This commit is contained in:
@ -86,6 +86,7 @@ virtual //Disable bogus GCC warning.
|
||||
};
|
||||
|
||||
template <class E,class Tag,class T>
|
||||
inline
|
||||
E const &
|
||||
operator<<( E const & x, error_info<Tag,T> const & v )
|
||||
{
|
||||
@ -95,6 +96,7 @@ virtual //Disable bogus GCC warning.
|
||||
}
|
||||
|
||||
template <class ErrorInfo,class E>
|
||||
inline
|
||||
shared_ptr<typename ErrorInfo::value_type const>
|
||||
get_error_info( E const & some_exception )
|
||||
{
|
||||
|
Reference in New Issue
Block a user