From: <jim...@ph...> - 2003-07-08 07:27:13
|
It doesn't hurt to have a look at it. The situation that you delete an entry while iterating doesn't occur that often, but if it occurs it is a nasty bug to find. So it does make sense to have the possibility to ifdef it out. On the other hand the overhead introduced isn't that big, so for most applications you can easily take the extra overhead and the few placed I need the performance I normally use the low level GetFirst GetNext stuff. But it sound like your solution is a nice middle way, at least I'm interested to have a look at it. Perhaps we can make this set the default include set, we only have to see how to deal with the precompiled stuff, which is needed for expansion. Jimmy |