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:
levinmk
2014-12-12 16:43:32 -06:00
parent b0b08e0039
commit 1965b797d8

View File

@@ -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
{ {