Boost logo

Boost Users :

Subject: Re: [Boost-users] [Boost.Range][Boost.Iterators] - iterator as pointer
From: Christoph Heindl (christoph.heindl_at_[hidden])
Date: 2011-08-15 13:40:58


On Mon, Aug 15, 2011 at 6:48 PM, Nathan Crookston
<nathan.crookston_at_[hidden]> wrote:
> Try adding that to the partial specialization:
>
> template<class T, class A> struct is_contingous_in_memory< typename
> std::vector<T, A>::iterator > : boost::mpl::true_ {};
>

Thanks for the hint, but unfortunately that didn't help. now the error
occurs for both
template arguments.

Best regards,
Christoph


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net