15 Aug
2020
15 Aug
'20
11:55 p.m.
On Tue, Aug 11, 2020 at 7:46 AM Jeff Garland
On Tue, Aug 11, 2020 at 7:17 AM Stefan Seefeld via Boost < boost@lists.boost.org> 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