
9 Dec
2005
9 Dec
'05
12:54 p.m.
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