$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [smart_ptr] explicit instantiation of boost::shared_ptr
From: Petr Machata (pmachata_at_[hidden])
Date: 2014-11-11 20:47:20
Petr Machata <pmachata_at_[hidden]> writes:
>> return static_cast< typename boost::detail::sp_array_access< T >::type > ( px[ i ] );
>
> Do you want to track this issue somehow? Do I open a trac ticket, or
> create a pull request, or...?
Actually, array_fail_array_access.cpp fails with this patch (as in, it
compiles successfully, which is a failure). Arguably it's not a big
deal that the subscription operator exists if it doesn't actually do
anything. But I expect the base class variant would keep the test
failing. Let me know what you think.
Thanks,
Petr.