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

@ -63,7 +63,7 @@ boost
to_string_dispatch
{
template <class T,class Stub>
inline
inline
std::string
dispatch( T const & x, Stub s )
{
@ -72,7 +72,7 @@ boost
}
template <class T>
inline
inline
std::string
string_stub_dump( T const & x )
{
@ -81,7 +81,7 @@ boost
}
template <class T>
inline
inline
std::string
to_string_stub( T const & x )
{
@ -89,7 +89,7 @@ boost
}
template <class T,class Stub>
inline
inline
std::string
to_string_stub( T const & x, Stub s )
{