From: Jeff Garland (azswdude_at_[hidden])
Date: 2020-08-15 23:55:21


On Tue, Aug 11, 2020 at 7:46 AM Jeff Garland <azswdude_at_[hidden]> wrote:

>
>
> On Tue, Aug 11, 2020 at 7:17 AM Stefan Seefeld via Boost <
> boost_at_[hidden]> wrote:
>
>>
>> Note that the usage in Boost.Python is already wrapped in
>>
>> `# if !defined(BOOST_NO_AUTO_PTR)`
>>
>>
> Interesting.
>
>
>> so in principle that code shouldn't be visible in C++14 and beyond.
>> Hence my question.
>>
>> I'll investigate.
>>
>>
> You're right -- it looks like the logic is there. Maybe the
> is_auto_ptr.hpp just doesn't have it in the include path (it isn't there
> directly).
>
> config/libstdcpp3.hpp
>
>
btw I did this experiment and it didn't work so something else non obvious
is happening.

Jeff