|
Boost : |
Subject: Re: [boost] cstdint.hpp dependency not working?
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-05 18:08:27
Glen Fernandes wrote:
> On Thu, Jun 5, 2014 at 2:39 PM, Peter Dimov <lists_at_[hidden]> wrote:
> > boost/cstdint.hpp has been removed from integer:develop, but this commit
> > and
> > the following commits to develop haven't been merged to master yet. Not
> > sure
> > who needs to do that, my guess is Glen.
>
> Yes. I just merged them to master.
While on the subject of [integer], there is a file in Detail,
boost/pending/integer_log2.hpp, that probably needs to be moved to it, used
by:
Inclusion report for <boost/pending/integer_log2.hpp> (in module detail):
from dynamic_bitset:
<boost/pending/lowest_bit.hpp>
from random:
<boost/random/detail/integer_log2.hpp>
The other file in that pending/ directory is cstddef.hpp, which consists of
#if defined(__sgi) && !defined(__GNUC__)
# include <stddef.h>
#else
# include <cstddef>
#endif
and is used by
Inclusion report for <boost/pending/cstddef.hpp> (in module detail):
from property_map:
<boost/property_map/parallel/parallel_property_maps.hpp>
<boost/property_map/property_map.hpp>
That's already in the polishing brass handles category, but it should
probably go to property_map. Or disappear altogether. :-)
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk