From: "Jeff Trawick" <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 12:59 PM
> "William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > > > We should really write a preface in the API docs ... when are apr_foo_t's > > == not equal :) > > I should have been more clear than "doesn't work". > > It isn't that "==" or "!=" gives the wrong result. > > "==" or "!=" simply won't compile. That's goodness. apr_uid_t a, b; [...] if (a == b) does compile, but is the wrong answer :)