Boost logo

Boost :

Subject: Re: [boost] [Review] Formal Review: Boost.Move
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2010-05-22 06:50:33


----- Original Message -----
From: "joel falcou" <joel.falcou_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Sunday, May 16, 2010 5:45 PM
Subject: Re: [boost] [Review] Formal Review: Boost.Move

>
> vicente.botet wrote:
>> :( I have no tested it neither before posting. We have then the possibility to write
>>
>> BOOST_RV_REF_2_TEMPL_ARGS(Tmpl, A1, A2)
>>
>> or
>>
>> typename rvalue_ref<Tmpl<A1,A2> >::type
>>
>> I prefer to write code that doesn't use macros as far as it is possible.
>>
> As havign being bitten by this a lot of time, I found convenient to have
> specific macro for
> tempalte with N parameters and one for non-template type.

Do we realy need a macros or a metafunction such as rvalue_ref can be used.

Best,
Vicente


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk