On Wednesday 23 July 2003 10:43 am, Martin Vermeer wrote:
> On Wed, Jul 23, 2003 at 11:16:45AM +0000, Angus Leeming spake thusly:
> > Martin Vermeer wrote:
> > >     if (color != "none" && color != string())
> >
> > That should be:
> >         if (!color.empty() && color != "none")
> > --
> > Angus
>
> Good observation, thanks. But does it affect the buggy behaviour?

No, just saves a cycle or two.

Reply via email to