fixed a serious oversigt

[SVN r41457]
This commit is contained in:
Thorsten Jørgen Ottosen 2007-11-29 09:19:24 +00:00
parent 0eb365edbe
commit 8085605217

View File

@ -77,8 +77,8 @@ namespace boost
{
typedef BOOST_DEDUCED_TYPENAME boost::range_difference<Left>::type sz_type;
sz_type l_size = boost::size( l ),
r_size = boost::size( r );
sz_type l_size = boost::distance( l ),
r_size = boost::distance( r );
if( l_size != r_size )
return false;