
5 Oct
2007
5 Oct
'07
6:05 a.m.
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. Oliver