mirror of
https://github.com/boostorg/iterator.git
synced 2025-06-27 13:01:39 +02:00
Compare commits
2 Commits
svn-branch
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
9b2d0b58d7 | |||
5c477dc695 |
@ -24,15 +24,9 @@
|
|||||||
|
|
||||||
#ifdef BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY
|
#ifdef BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY
|
||||||
# include <boost/type_traits/remove_reference.hpp>
|
# include <boost/type_traits/remove_reference.hpp>
|
||||||
|
|
||||||
# if BOOST_WORKAROUND(__CODEGEARC__, BOOST_TESTED_AT(0x610))
|
|
||||||
# include <boost/type_traits/add_reference.hpp>
|
|
||||||
# endif
|
|
||||||
|
|
||||||
#else
|
|
||||||
# include <boost/type_traits/add_reference.hpp>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <boost/type_traits/add_reference.hpp>
|
||||||
#include <boost/iterator/detail/config_def.hpp>
|
#include <boost/iterator/detail/config_def.hpp>
|
||||||
|
|
||||||
#include <boost/iterator/iterator_traits.hpp>
|
#include <boost/iterator/iterator_traits.hpp>
|
||||||
|
Reference in New Issue
Block a user