Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-04-30 10:25:27


"Stefan Slapeta" <stefan_at_[hidden]> wrote in message
news:d4vkpi$tle$1_at_sea.gmane.org...
| Thorsten Ottosen wrote:
| >
| > The problem seems to be ptr_container/detail/static_move_ptr.hpp
| >
|
| FYI, this problem seems to be non-trivial. I've not been able to track
| it down so far. The compiler doesn't provide any useful information
| about what it really complains about.

maybe you could make one desperate attack and simply remove
all stuff of them form

  template<typename TT, typename DD>
    static_move_ptr( static_move_ptr<TT, DD>&,
                     typename
                     move_ptrs::enable_if_convertible<
                         TT, T, static_move_ptr&
>::type::type* = 0 );

and all that cant_move_from_const<....>::type = 0

Thanks

Thorsten


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