Opened 6 years ago

Closed 6 years ago

#12556 closed Bugs (fixed)

member_value_traits.hpp has a missing #include

Reported by: gromer@… Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: intrusive
Version: Boost 1.60.0 Severity: Problem
Keywords: Cc:

Description

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).

Attachments (1)

boost-intrusive.patch (530 bytes ) - added by gromer@… 6 years ago.

Download all attachments as: .zip

Change History (2)

by gromer@…, 6 years ago

Attachment: boost-intrusive.patch added

comment:1 by Ion Gaztañaga, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.