Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-12-09 07:54:02


On 12/08/2005 11:45 PM, Frank Laub wrote:
[snip]
>
> I've uploaded v2 to the file vault under Preprocessor Metaprogramming. I'd
> love to hear more suggestions or even complaints!
>

Hi Frank,

Before the next version, could you make the include guards more like
those of the existing preprocessor library (especially since __
is not standard )? IOW, something like:

#ifndef BOOST_PREPROCESSOR_ENUM_HPP
#define BOOST_PREPROCESSOR_ENUM_HPP

, and, in the same vein, give the macro names BOOST_PP prefixes?

BTW, thanks for the work!

-regards
Larry


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