mirror of
https://github.com/boostorg/range.git
synced 2025-07-31 13:27:31 +02:00
fix ticket #10754
as described in https://svn.boost.org/trac/boost/ticket/10754, postfix_increment_proxy and writable_postfix_increment_proxy were moved to boost::iterators::detail namespace
This commit is contained in:
@@ -114,6 +114,7 @@ namespace boost
|
|||||||
};
|
};
|
||||||
} // namespace range_detail
|
} // namespace range_detail
|
||||||
|
|
||||||
|
namespace iterators {
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
// Rationale:
|
// Rationale:
|
||||||
@@ -245,8 +246,8 @@ namespace boost
|
|||||||
any_iterator_type stored_iterator;
|
any_iterator_type stored_iterator;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
} //namespace detail
|
||||||
}
|
} //namespace iterators
|
||||||
|
|
||||||
namespace range_detail
|
namespace range_detail
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user