From: Mike Harris Date: 2006-02-22T05:44:31+09:00 Subject: Re: Blocks / Closures David Vallner wrote: >On a completely unrelated note: > >Dňa Utorok 21 Február 2006 18:08 Mike Harris napísal: > > >>BOOL Widget::IsAvailableForPurchase() >>{ >> BOOL result = FALSE; >> if ( !IsBeing Repaired && /* some other conditions */ ) >> { >> // some code goes in here that sets result >> } >> return result; >>} >> >> >> > >People STILL don't use C++98 bools? Or is that the gods know why still popular >VS6.0 compiler rearing its ugly head, again? > >David Vallner >Inane as usual > > > > Program was VS6.0 until 9 months ago. The insides of this program are so decrepit that switching to using real bool's is waaaaaaaaaaaay down on the list of things to do.