[cfe-dev] Embedded conditionals not being evaluated correctly?

Michael Jackson mike.jackson at bluequartz.net
Thu Jul 29 11:24:34 PDT 2010



On Jul 29, 2010, at 1:03 PM, Douglas Gregor wrote:

>
> Does the actual condition involve temporary objects? The most likely  
> culprit would be our handling of temporaries, e.g., that we destroy  
> a temporary too soon, forget to destroy a temporary that matters, or  
> perform some kind of unsanctioned copy.


Even more information and questions:
   Would library bounds or multiple inheritance have anything to do  
with it? Those are the only differences between my test code (which  
does run properly) and my actual project code (which does _not_ run  
properly).
   I inserted a fake class into the actual projects test code and the  
code runs properly. This fake class does not inherit from any other  
class and is defined in the same file as the test (so no library  
bounds).
___________________________________________________________
Mike Jackson                      www.bluequartz.net
Principal Software Engineer       mike.jackson at bluequartz.net
BlueQuartz Software               Dayton, Ohio 
   



More information about the cfe-dev mailing list