
"Stefan Slapeta" <stefan@slapeta.com> wrote in message news:d4vkpi$tle$1@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