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

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