$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-05-03 20:13:08
"David Abrahams" <dave_at_[hidden]> wrote
> So does it work if multiple headers using
> BEGIN_REGISTRATION/END_REGISTRATION are included?
I verified it -- it does work as I intended. The first group, in whichever
file it is, uses 0x10000 + __LINE__, the second one uses 0x20000 + __LINE__,
etc. I think, it is convenient to have one group per file.
Arkadiy