mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-17 06:32:22 +02:00
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