26 May
2010
26 May
'10
11:24 a.m.
On 05/26/2010 01:08 PM, Manfred Doudar wrote:
However, I would like to replace "T" with the following instead:
std::pair
ie: I want to write something to the effect of:
BOOST_PP_ENUM_PARAMS(n, std::pair
r) Of course, BOOST_PP_ENUM_PARAMS now sees one too many arguments, and errors. Any ideas on how to achieve this would be most appreciated.
With thanks in advance,
Hi,
You must use a typedef to hide that comma :
typedef std::pair