$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 2000-01-23 14:30:24
Greg Colvin wrote:
> From: Valentin Bonnard <Bonnard.V_at_[hidden]>
> > I currently use macros a lot.
>
> I have no trouble with macros for factoring out implementation at
> file scope, but don't like them in headers where they tromp on
> the global namespace.
Of course people should not include headers with macros
but preprocessed headers.
My preferred macro processor is gpp:
http://www.math.polytechnique.fr/cmat/auroux/prog/gpp.html
-- Valentin Bonnard