$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Laub (frank.laub_at_[hidden])
Date: 2005-12-09 19:46:49
>
> #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