
9 Dec
2005
9 Dec
'05
9:02 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Larry Evans
Before the next version, could you make the include guards more like those of the existing preprocessor library
This library is a client of the preprocessor library. It isn't component-like (in the context of the pp-lib). There isn't a single pp-lib component that takes input and produces a valid C or C++ construct. Instead, it has components that are geared toward the manipulation of tokens such that users can use the pp-lib to produce valid C or C++ constructs. It belongs at either the Boost root or its own library directory, not in the pp-lib. Regards, Paul Mensonides