$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emil_at_[hidden])
Date: 2007-10-05 15:29:56
> > > Wouldn't it make sense to combine boost:exception and
> > boost:system (at
> > > least error_code and error_category stuff)?
> > > I find the error_code concept not only useful for system errors.
> > > Oliver
> >
> > Are you proposing to define error_code and error_category
> > tags as part of the Boost Exception library?
>
> Yes - because it's related to error/exception passing.
> I'm using both libs in my projects.
As a user of both libs, what do you think is more appropriate:
- To have error_category and error_code tags in Boost Exception, or
- To use separate Boost Exception tags for each category, each tag
identifying an integer error code?
Emil Dotchevski