Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-05-05 16:07:16


Rob Stewart wrote:
> If you actually use the error code:
>
> status_error e;
> status_result r(status(p, &e));
> if (!e && (r & file_flag)) ...

No, what I wrote above:

>> if( status( p, &e ) & file_flag ) // ...

is correct. file_flag is never set on error.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk