From 8ec538a76eb80bed1db18e5be6cf366278e5277c Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 19 Mar 2011 10:55:21 +0000 Subject: [PATCH] Fix git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@267 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/log.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libraries/turtle/log.hpp b/src/libraries/turtle/log.hpp index 0646ab2..7abd296 100644 --- a/src/libraries/turtle/log.hpp +++ b/src/libraries/turtle/log.hpp @@ -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;