
9 Dec
2005
9 Dec
'05
11:32 a.m.
Martin Bonner wrote:
From: Peter Dimov [mailto:pdimov@mmltd.net]
The whole point of using an exception is that you the library author do not take responsibility of handling the error, leaving it up to you the library user to do that instead.
Right. But the problem is what does the author of boost::whatever do when the user wants to use boost::whatever in an environment that doesn't support exceptions?
Uses boost::throw_exception.