Boost logo

Boost Users :

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!


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