Boost logo

Boost :

Subject: Re: [boost] cstdint.hpp dependency not working?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-06-06 04:40:26


On Friday 06 June 2014 01:08:27 Peter Dimov wrote:
>
> 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. :-)

I think it should disappear. For ancient compilers without cstddef there is
Boost.Compatibility.


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