U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Small fix for Find in Algo.h
Re: BUG for Find in Algo.h [message #34943 is a reply to message #34776] Mon, 19 December 2011 10:10 Go to previous message
gridem is currently offline  gridem
Messages: 45
Registered: August 2008
Member
There are 2 issues:

1. You should check iterator for NULL. This is difference between STL and U++.

2. You should use reference instead of value:


The correct code is:
			if (it != NULL)
			{			
				CAppli& apptmp = *it;              // use reference
				apptmp.update();
 
Read Message
Read Message
Read Message icon13.gif
Read Message
Read Message
Read Message
Previous Topic: A probably simple question about pick semantics
Next Topic: Preferred way to access VectorMap
Goto Forum:
  


Current Time: Sun Apr 26 03:38:07 GMT+2 2026

Total time taken to generate the page: 0.00526 seconds