mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@267 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
4280dd6284
commit
8ec538a76e
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue