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

Subject: [Boost-bugs] [Boost C++ Libraries] #12556: member_value_traits.hpp has a missing #include
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-10-26 22:51:53


#12556: member_value_traits.hpp has a missing #include
------------------------------+------------------------
 Reporter: gromer@… | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: intrusive
  Version: Boost 1.60.0 | Severity: Problem
 Keywords: |
------------------------------+------------------------
 `intrusive/member_value_traits.hpp` uses the `to_raw_pointer()` function,
 but does not `#include` the `detail/to_raw_pointer.hpp` header that
 defines it. Among other things, this prevents Boost.Intrusive 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/12556>
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