$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-11-11 06:31:51
Peter Dimov wrote:
> John Maddock wrote:
>>> Can you try guarding this #include like so:
>>>
>>> #if defined(BOOST_SP_USE_STD_ALLOCATOR)
>>> #include <memory> // std::allocator
>>> #endif
>>>
>>> and see if this fixes the problem?
>>
>> Which #include?
>
>>> from
>>> /u/troy/boost-regressions/boost/boost/detail/sp_counted_impl.hpp:34,
>
> _This_ #include.
BTW: I can't reproduce the problem here, but my Cygwin g++ is a bit old
(3.4).