$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2004-01-15 11:53:00
Vladimir Prus worte:
>A solution that would be fine with me is to have a way to tell if exception
>is thrown because of eof, or other reasons. What do you think?
if thats all you want just check eofbit on the stream after the stream_error
exception is caught.
Robert Ramey