26 May
2017
26 May
'17
11:12 p.m.
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/contain... https://github.com/boostorg/detail/blob/develop/include/boost/detail/indirec... What made you think that they are missing?