
15 Aug
2006
15 Aug
'06
6:04 p.m.
Frank Birbacher wrote:
Hi!
Emil Dotchevski schrieb:
I've also received feedback that boost::exception_info would be used fairly often and needs a shorter name. Maybe boost::xinfo? I hope someone comes up with a better name.
Can you change it to boost::exception::info ? Then in functions where it's used just do a using boost::exception::info; This makes it short to type but yet good to read (I hope).
Currently, exception_info is a namespace-scope function template. This fits best with the rest of the library design. I think it is not a good idea to change that; I certainly don't like the idea of making it a member of class boost::exception. --Emil