git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@266 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-03-18 23:27:16 +00:00
parent d4ba292a8d
commit 4280dd6284

View file

@ -116,7 +116,7 @@ namespace detail
{}
};
std::ostream& operator<<( std::ostream& s, const detail::sink& )
inline std::ostream& operator<<( std::ostream& s, const detail::sink& )
{
return s << "?";
}