Merge to release.

[SVN r72228]
This commit is contained in:
Bryce Adelstein-Lelbach
2011-05-27 19:51:13 +00:00
parent cafea6aea5
commit 47e478d099

2
include/boost/range/iterator_range_core.hpp Executable file → Normal file
View File

@ -231,7 +231,7 @@ namespace boost
difference_type size() const
{
return m_End - m_Begin;
return m_End - m_Begin;
}
bool empty() const