mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed line width greater than 80
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@569 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
1f7e90f565
commit
b2b00f9522
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ namespace detail
|
||||||
|
|
||||||
virtual bool operator()( Actual ) = 0;
|
virtual bool operator()( Actual ) = 0;
|
||||||
|
|
||||||
friend std::ostream& operator<<( std::ostream& s, const matcher_base& c )
|
friend std::ostream& operator<<(
|
||||||
|
std::ostream& s, const matcher_base& c )
|
||||||
{
|
{
|
||||||
c.serialize( s );
|
c.serialize( s );
|
||||||
return s;
|
return s;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue