[Boost-bugs] [Boost C++ Libraries] #12557: new_iterator_tests.hpp has a missing #include

Subject: [Boost-bugs] [Boost C++ Libraries] #12557: new_iterator_tests.hpp has a missing #include
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-10-26 22:55:30


#12557: new_iterator_tests.hpp has a missing #include
------------------------------+------------------------------
 Reporter: gromer@… | Owner: jeffrey.hellrung
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iterator
  Version: Boost 1.60.0 | Severity: Problem
 Keywords: |
------------------------------+------------------------------
 `iterator/new_iterator_tests.hpp` uses the `mpl::and_` metafunction, but
 does not `#include` the `boost/mpl/and.hpp` header that defines it. Among
 other things, this prevents Boost.Iterator from being built using C++
 modules (see http://clang.llvm.org/docs/Modules.html), because modules
 require headers to be self-contained.

 A fix is attached (relative to 1.60.0).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12557>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC