merge from truck (boost::size()->boost::distance())

[SVN r41635]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-12-03 08:51:22 +00:00
parent a33d5c22c5
commit 5afec2b74f

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;