Revert "Added a workaround for the missing MPL includes in Range."

This reverts commit dfb1fd9bed.

The missing includes were added to Boost.Range, the workaround is
no longer needed.
This commit is contained in:
Andrey Semashev
2025-02-07 14:10:12 +03:00
parent c89e2b325a
commit eee670608e

View File

@ -4,15 +4,6 @@
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// The following Boost.MPL includes are needed to mitigate the missing includes in Boost.Range.
// They can be removed once https://github.com/boostorg/range/pull/154 is merged.
// -- Begin workaround includes
#include <boost/mpl/assert.hpp>
#include <boost/mpl/eval_if.hpp>
#include <boost/mpl/and.hpp>
#include <boost/mpl/identity.hpp>
// -- End of workaround includes
#include <boost/range/distance.hpp>
#include <boost/range/iterator_range_core.hpp>
#include <boost/iterator/distance.hpp>