
22 Aug
2009
22 Aug
'09
3:37 p.m.
AMDG Adam Badura wrote:
See trunk revision 55707. Thanks for the suggestion.
Fine. But why this version requires non-const exception object? Usually you catch exception like "catch ( const T& e )" so it will not work.
Then catch by non-const reference. In Christ, Steven Watanabe