$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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