Talking about const correctness. If you don't like it that way there
is always the old reverse the conditional's order i.e.
void foo(int DEVCON)
{
if (1=DEVCON) //< FLAGGED AS COMPILER BUG! WORLD SAVED!
{
fire_missiles();
}
}
On Mon, Nov 9, 2009 at 9:59 AM, Jackie Ng <
[hidden email]> wrote:
_______________________________________________
fdo-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-users