forked from boostorg/exception
removed tabs. what's wrong with tabs anyway?
[SVN r44246]
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user