Skip to content

Commit

Permalink
Removed two instaces of boost.mpl (boostorg#551)
Browse files Browse the repository at this point in the history
Removed "#include <boost/mp11/mpl.hpp>"
at include/boost/gil/detail/mp11/hpp
and test/core/pixel/test_fixture.hpp
  • Loading branch information
Cypre55 authored and meshtag committed Mar 17, 2021
1 parent 09999ff commit 4af7eb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/boost/gil/detail/mp11.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define BOOST_GIL_DETAIL_MP11_HPP

#include <boost/mp11.hpp>
#include <boost/mp11/mpl.hpp> // required by dynamic_image and boost::variant (?)

namespace boost { namespace gil { namespace detail {

Expand Down
1 change: 0 additions & 1 deletion test/core/pixel/test_fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include <boost/core/ignore_unused.hpp>
#include <boost/mp11.hpp>
#include <boost/mp11/mpl.hpp> // for compatibility with Boost.Test

#include <cstdint>
#include <iterator>
Expand Down

0 comments on commit 4af7eb5

Please sign in to comment.