Boost logo

Boost :

From: Hamish Mackenzie (boost_at_[hidden])
Date: 2001-11-28 22:07:31


Can we add a set of macros to the PREPROCESSOR library to allow macro
parameters with one or more comma not contained in a token?

#BOOST_HAS_0_COMMA( S0 ) S0
#BOOST_HAS_1_COMMA( S0,S1 ) S0,S1
#BOOST_HAS_2_COMMA( S0,S1,S2 ) S0,S1,S2
etc.

Hamish


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