Hi, On Thu, 2009-09-10 at 15:47 +0200, Johannes Brunen wrote: > Hello Gerrit, > > I did take a preview of the correction you have committed to svn. > > // No chunks loaded > if(_chunksPtrFieldIt == PtrFieldListIt()) > return; > > This one does unfortunately not work for the Visual Studio platform at least > not for the case that the > > _HAS_ITERATOR_DEBUGGING preprocessor flag is set, which is the default. > > If this flag is not set the following code is called > > _SCL_SECURE_TRAITS_VALIDATE(this->_Has_container() && > this->_Same_container(_Right));
arrrgg, they really manage to come up with rather weird things. > Currently I do not know what this actually means. I would say it means you can't do anything with iterator as long as one coming out of a container was not assigned to them ;(. Ok, I changed the check to an explicit valid flag. That should hopefully work. kind regards, gerrit ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
