Boost logo

Boost :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-12-12 22:13:56


On 12/12/05, Beman Dawes <bdawes_at_[hidden]> wrote:

What is your view on the issue of error handling? Are you happy the way it
> now stands? Would you prefer exceptions be thrown? Would you prefer a
> "can't
> ignore" return error code approach?

I prefer that exceptions not be thrown as I think they add little value over
the simple error code wrapper in the library right now. They also beg the
question of what mechanism would be used to trigger the exception. The
un-ignorable error type might be an interesting solution however.

--
Caleb Epstein
caleb dot epstein at gmail dot com

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