
10 Dec
2005
10 Dec
'05
12:46 a.m.
#ifndef BOOST_PREPROCESSOR_ENUM_HPP #define BOOST_PREPROCESSOR_ENUM_HPP
, and, in the same vein, give the macro names BOOST_PP prefixes?
I've elected to keep it out of the preprocessor lib for now given Paul's comments. But I have gone ahead and prefixed the macro names with BOOST_ENUM_, is this sufficient? Also the guard is named BOOST_ENUM_HPP, hope that works. BTW, thanks for the work! Thanks for taking the time to check it out :) Oh, is there a way to undef the macros after I'm done using them? I've seen this in other boost libs but when I try I get a bunch of errors. How do local macros work? -Frank