removed tabs from source files

updated documentation


[SVN r47250]
This commit is contained in:
Emil Dotchevski
2008-07-09 00:18:09 +00:00
parent 044d5767e2
commit d7722921a7
47 changed files with 4629 additions and 5345 deletions

View File

@ -86,7 +86,7 @@ virtual //Disable bogus GCC warning.
};
template <class E,class Tag,class T>
inline
inline
E const &
operator<<( E const & x, error_info<Tag,T> const & v )
{
@ -96,7 +96,7 @@ virtual //Disable bogus GCC warning.
}
template <class ErrorInfo,class E>
inline
inline
shared_ptr<typename ErrorInfo::value_type const>
get_error_info( E const & some_exception )
{