forked from boostorg/range
updated naming convention
[SVN r24517]
This commit is contained in:
@ -111,7 +111,7 @@ namespace boost
|
||||
}
|
||||
|
||||
template< typename C >
|
||||
class const_iterator_of
|
||||
class range_const_iterator
|
||||
{
|
||||
typedef BOOST_DEDUCED_TYPENAME range_detail::range<C>::type c_type;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user