Boost logo

Boost Users :

From: Martin Slater (mslater_at_[hidden])
Date: 2005-09-13 01:47:03


Hi there,

Are exceptions the only way to propogate an error out of and
IOStreams.Device policy? We have a lot of code using this style

std::istream is(file);

if(is) { .... }

and would like not to have to change it all over to use ios exceptions
but I can't see a way to avoid it. Is it possible?

thanks

Martin


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net