
6 Jun
2014
6 Jun
'14
8:40 a.m.
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.