$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-20 21:53:12
From: "Paul Mensonides" <pmenso57_at_[hidden]>
> Any time that you have complex structures at all it would be better to
use the
> more complex mechanism. Is has massive debugging advantages. In the
case of
> 'expansions' that are one or two lines and are fairly straight forward,
it is
> easier to use the more primitive, and less debugging friendly, mechanism.
Anythin fairly straightforward that fits on 1 or 2 lines could probably be
written out directly, though (?)
-Dave