|
From: Val G. (TT) <Val...@tr...> - 2003-07-07 20:01:41
|
Statics are only related to deletion (support collection of iterators to
update in case an entry into a collection is being deleted that is being
pointed to by an existing iterator). If iterators are created and destroyed
often, and deletion can not happen when an iterator points to the entry of
the collection (which is the case in our current project, where all entries
are refcounted by user level pointers and iterators exposed to the users),
they are unnecessary. For this reason I #ifdef'ed them out. If anyone is
interested, I can send a zip with the modified directory.
Val Goldring
Trading Technologies
(312) 476-1036
[Sponsored by:]
_____________________________________________________________________________
The newest lyrics on the Net!
http://lyrics.astraweb.com
Click NOW!
|