|
Boost : |
From: Chris Thomasson (cristom_at_[hidden])
Date: 2006-11-02 00:41:06
Darn, I forgot to take out the redundant assertions again! Okay, every line
in the pseudo-code that looks like this:
> if (! local || local < 1) { return false; }
can look like this:
if (local < 1) { return false; }
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk