removed tabs. what's wrong with tabs anyway?

[SVN r44246]
This commit is contained in:
Emil Dotchevski
2008-04-12 03:27:57 +00:00
parent 761ae0bc1e
commit ec40d3d8ad
7 changed files with 77 additions and 77 deletions

View File

@ -35,7 +35,7 @@ boost
{
template <class T,class Stub>
static
std::string
std::string
convert( T const & x, Stub s )
{
return s(x);
@ -49,7 +49,7 @@ boost
std::string
dispatch( T const & x, Stub s )
{
return to_string_dispatcher<has_to_string<T>::value>::convert(x,s);
return to_string_dispatcher<has_to_string<T>::value>::convert(x,s);
}
}