$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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