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

@ -32,9 +32,9 @@ boost
{
}
~unknown_exception() throw()
{
}
~unknown_exception() throw()
{
}
};
typedef intrusive_ptr<exception_detail::clone_base const> exception_ptr;
@ -62,13 +62,13 @@ boost
{
}
~current_exception_std_exception_wrapper() throw()
{
}
~current_exception_std_exception_wrapper() throw()
{
}
};
template <class T>
inline
inline
exception_ptr
current_exception_std_exception( T const & e1 )
{
@ -171,7 +171,7 @@ boost
}
template <class T>
inline
inline
exception_ptr
copy_exception( T const & e )
{