Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.

[SVN r78502]
This commit is contained in:
Dave Abrahams
2012-05-18 04:44:04 +00:00
parent 5a04c9e05b
commit a72eae6099
7 changed files with 4 additions and 7 deletions

1
include/boost/range/algorithm/for_each.hpp Executable file → Normal file
View File

@ -14,7 +14,6 @@
#include <boost/range/end.hpp> #include <boost/range/end.hpp>
#include <boost/range/concepts.hpp> #include <boost/range/concepts.hpp>
#include <boost/ref.hpp> #include <boost/ref.hpp>
#include <boost/utility.hpp>
#include <algorithm> #include <algorithm>
#if BOOST_WORKAROUND(BOOST_MSVC, == 1600) #if BOOST_WORKAROUND(BOOST_MSVC, == 1600)

1
include/boost/range/counting_range.hpp Executable file → Normal file
View File

@ -18,7 +18,6 @@
#include <boost/range/iterator_range_core.hpp> #include <boost/range/iterator_range_core.hpp>
#include <boost/range/value_type.hpp> #include <boost/range/value_type.hpp>
#include <boost/iterator/counting_iterator.hpp> #include <boost/iterator/counting_iterator.hpp>
#include <boost/utility.hpp>
namespace boost namespace boost
{ {

View File

@ -11,7 +11,6 @@
#define BOOST_RANGE_DETAIL_ANY_ITERATOR_HPP_INCLUDED #define BOOST_RANGE_DETAIL_ANY_ITERATOR_HPP_INCLUDED
#include <boost/cast.hpp> #include <boost/cast.hpp>
#include <boost/utility.hpp>
#include <boost/mpl/and.hpp> #include <boost/mpl/and.hpp>
#include <boost/mpl/or.hpp> #include <boost/mpl/or.hpp>
#include <boost/mpl/not.hpp> #include <boost/mpl/not.hpp>

View File

@ -13,7 +13,7 @@
#include <boost/array.hpp> #include <boost/array.hpp>
#include <boost/assert.hpp> #include <boost/assert.hpp>
#include <boost/static_assert.hpp> #include <boost/static_assert.hpp>
#include <boost/utility.hpp> #include <boost/noncopyable.hpp>
namespace boost namespace boost
{ {

View File

@ -23,7 +23,7 @@
#include <boost/range/empty.hpp> #include <boost/range/empty.hpp>
#include <boost/range/detail/demote_iterator_traversal_tag.hpp> #include <boost/range/detail/demote_iterator_traversal_tag.hpp>
#include <boost/range/value_type.hpp> #include <boost/range/value_type.hpp>
#include <boost/utility.hpp> #include <boost/next_prior.hpp>
namespace boost namespace boost
{ {

View File

@ -13,7 +13,7 @@
#include <boost/mpl/bool.hpp> #include <boost/mpl/bool.hpp>
#include <boost/mpl/has_xxx.hpp> #include <boost/mpl/has_xxx.hpp>
#include <boost/range/iterator.hpp> #include <boost/range/iterator.hpp>
#include <boost/utility.hpp> #include <boost/utility/enable_if.hpp>
namespace boost namespace boost
{ {

View File

@ -21,7 +21,7 @@
#include <boost/range/detail/size_type.hpp> #include <boost/range/detail/size_type.hpp>
#else #else
#include <boost/utility.hpp> #include <boost/utility/enable_if.hpp>
#include <boost/type_traits/make_unsigned.hpp> #include <boost/type_traits/make_unsigned.hpp>
#include <boost/type_traits/remove_const.hpp> #include <boost/type_traits/remove_const.hpp>
#include <cstddef> #include <cstddef>