Hopefully fixing the Como-specific problem reported by Robert Ramey.

[SVN r47126]
This commit is contained in:
Emil Dotchevski
2008-07-06 04:50:53 +00:00
parent 9ddb810b95
commit 044d5767e2
8 changed files with 17 additions and 0 deletions

View File

@ -39,6 +39,7 @@ boost
}
template <class T>
inline
typename enable_if<is_output_streamable<T>,std::string>::type
to_string( T const & x )
{
@ -55,6 +56,7 @@ boost
};
template <class T,class U>
inline
std::string
to_string( std::pair<T,U> const & x )
{