forked from boostorg/iterator
BOOST_ITERATOR_CATEGORY shouldn't be removed.
Since it was documented, it should be kept for backwards compatiblity.
This commit is contained in:
@ -10,7 +10,8 @@
|
||||
|
||||
namespace boost {
|
||||
|
||||
// Obsolete. Remove.
|
||||
// Macro for supporting old compilers, no longer needed but kept
|
||||
// for backwards compatibility (it was documented).
|
||||
#define BOOST_ITERATOR_CATEGORY iterator_category
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user