$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [preprocessor] pp-strings
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2011-06-26 18:38:30
On Sun, 26 Jun 2011 11:00:16 -0400, Lorenzo Caminiti wrote:
> Any comment on "pp comma-separated strings" support (of lack of thereof)
> in Boost.Preprocessor and/or CHAOS?
Boost.Preprocessor represents the lowest common denominator in what can
be made portable across most C and C++ compilers. The main roadblock to
more significant improvement (nowadays) is VC++'s horrible preprocessor.
By "comma-separated strings" I assume you mean something like: a, b, c?
Boost.Preprocessor doesn't support them, of course. Chaos doesn't
support them in that form (generally speaking, data structures containing
open commas = bad design).
Regards,
Paul Mensonides