$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.