git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@94 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-01-18 16:58:06 +00:00
parent 9bf2170004
commit 39456c8f80

View file

@ -142,7 +142,7 @@ namespace detail
} \
matcher& between( std::size_t min, std::size_t max ) \
{ \
expect( new detail::at_most( min, max ) ); \
expect( new detail::between( min, max ) ); \
return *this; \
}