
15 Aug
2006
15 Aug
'06
10:21 a.m.
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). Frank