Boost logo

Boost :

Subject: Re: [boost] Detail headers moved
From: Peter Dimov (lists_at_[hidden])
Date: 2017-05-26 23:12:04


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?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk