mirror of
https://github.com/boostorg/range.git
synced 2025-07-31 05:17:24 +02:00
Merge to release.
[SVN r72228]
This commit is contained in:
2
include/boost/range/iterator_range_core.hpp
Executable file → Normal file
2
include/boost/range/iterator_range_core.hpp
Executable file → Normal file
@ -231,7 +231,7 @@ namespace boost
|
|||||||
|
|
||||||
difference_type size() const
|
difference_type size() const
|
||||||
{
|
{
|
||||||
return m_End - m_Begin;
|
return m_End - m_Begin;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool empty() const
|
bool empty() const
|
||||||
|
Reference in New Issue
Block a user