$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [EXTERNAL] Re: Detail headers moved
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2017-05-26 23:14:29
> On May 26, 2017, at 5:12 PM, Peter Dimov via Boost <boost_at_[hidden]> wrote:
>
> Belcourt, Kenneth wrote:
>> Hi,
>>
>> Iâm trying to build Boost.Graph and running into missing header files that used to live in boost/detail and now live elsewhere. Hereâs a couple of examples of headers that moved and the code that still expects to find them there:
>>
>> detail/container_fwd.hpp
>
> ...
>
>> detail/indirect_traits.hpp
>
> ...
>
>> It seems that indirect_traits.hpp was moved from detail into python/detail, and container_fwd.hpp into container.
>
> Both headers are still in Detail (boostorg/detail).
>
> https://github.com/boostorg/detail/blob/develop/include/boost/detail/container_fwd.hpp
> https://github.com/boostorg/detail/blob/develop/include/boost/detail/indirect_traits.hpp
>
> What made you think that they are missing?
b2 headers doesnât install them, at least a clean clone from earlier today didnât seem to.