Skip to content

Commit eee6706

Browse files
committed
Revert "Added a workaround for the missing MPL includes in Range."
This reverts commit dfb1fd9. The missing includes were added to Boost.Range, the workaround is no longer needed.
1 parent c89e2b3 commit eee6706

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/range_distance_compat_test.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
// (See accompanying file LICENSE_1_0.txt or copy at
55
// http://www.boost.org/LICENSE_1_0.txt)
66

7-
// The following Boost.MPL includes are needed to mitigate the missing includes in Boost.Range.
8-
// They can be removed once https://github.com/boostorg/range/pull/154 is merged.
9-
// -- Begin workaround includes
10-
#include <boost/mpl/assert.hpp>
11-
#include <boost/mpl/eval_if.hpp>
12-
#include <boost/mpl/and.hpp>
13-
#include <boost/mpl/identity.hpp>
14-
// -- End of workaround includes
15-
167
#include <boost/range/distance.hpp>
178
#include <boost/range/iterator_range_core.hpp>
189
#include <boost/iterator/distance.hpp>

0 commit comments

Comments
 (0)