$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2001-06-30 15:24:10
David Abrahams wrote:
> I am probably being dense. Why would one want this in lieu of
> #define ADD(x,y) ((x)+(y))
With the above, ADD(10, 5) wouldn't give you a single "15" token :)