
4 May
2004
4 May
'04
1:13 a.m.
"David Abrahams" <dave@boost-consulting.com> 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