Boost logo

Boost :

Subject: Re: [boost] [Review] Formal Review: Boost.Move
From: Mathieu - (ptr.jetable_at_[hidden])
Date: 2010-05-16 05:52:14


Hi

>Consider what the preprocessor would make of BOOST_RV_REF( tmpl< T, U > )...oops! The preprocessor thinks you're passing 2 parameters to BOOST_RV_REF :(

What about just using four parenthesis to prevent the comma being
interpreted by the preprocessor as a macro argument separator :

BOOST_RV_REF((tmpl< T, U >))


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