git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@267 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-03-19 10:55:21 +00:00
parent 4280dd6284
commit 8ec538a76e

View file

@ -106,7 +106,7 @@ namespace detail3
#ifdef MOCK_LOG_CONVERSIONS
namespace detail
namespace detail5
{
struct sink
{
@ -116,7 +116,7 @@ namespace detail
{}
};
inline std::ostream& operator<<( std::ostream& s, const detail::sink& )
inline std::ostream& operator<<( std::ostream& s, const sink& )
{
return s << "?";
}
@ -157,7 +157,7 @@ namespace detail
};
}
inline stream& operator<<( stream& s, const detail::data& d )
inline stream& operator<<( stream& s, const detail5::data& d )
{
d.h_->serialize( *s.s_ );
return s;