Subject: Re: [Boost-users] some difficulty with transform_view
From: e r (erwann.rogard_at_[hidden])
Date: 2008-09-15 15:28:26


Steven Watanabe wrote:
> AMDG
>
> e r wrote:
>> typedef typename boost::remove_cv<
>> typename boost::remove_reference<arg1_type> >::type metafun_type;
>>
>
> This should be typename boost::remove_reference<arg1_type>::type.
>
>> typedef typename metafun_type::type type;
>> };
>>
>
> In Christ,
> Steven Watanabe

Oh! I should have spotted that. Thanks for following up throughout!