Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-08-26 17:23:40


Rich Cook wrote:
> That fixed it! Thank you very much for your valuable help.
>
> To be clear, when I replaced line 388 of optional.hpp:
>
> get_ptr_impl()->T::~T();
>
> with
>
> get_ptr_impl()->~T();
>
> My program compiled fine.
>
> On Aug 26, 2005, at 2:20 PM, Peter Dimov wrote:
>
>> Rich Cook wrote:
>>
>>
>>> Ah, but does it work on AIX? :-)
>>> Sorry, I couldn't resist. (My posts are getting ignored, so I
>>> assume nobody uses boost on AIX.
>>>
>>
>> This might well be the case. Have you tried replacing the problematic
>>
>> get_ptr_impl()->T::~T();
>>
>> construct at line 388 of optional.hpp with
>>
>> get_ptr_impl()->~T();
>>
>> or perhaps
>>
>> get_ptr_impl()->~value_type();
>>
>> _______________________________________________
>> Boost-users mailing list
>> Boost-users_at_[hidden]
>> http://lists.boost.org/mailman/listinfo.cgi/boost-users


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