$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2008-04-04 20:41:28
Rene Rivera wrote:
> I thought I'd mention... Along with config macro defs I started
> extracting all the Config rewrite macros
> <http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostConfig>
> into a separate library
> <http://svn.boost.org/trac/boost/browser/sandbox/predef>.
>
>
If you're rewriting the config macros, one change I'd strongly
recommend is a strict separation between macros that are to be defined
by the users and macros that are defined in config.hpp. If the
documentation says that a macro should be defined by users, then it
should not be defined by any of the boost libraries.
Joe Gottman