$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Exception] Why is there no non-const version ofget_error_info?
From: Adam Badura (abadura_at_[hidden])
Date: 2009-08-22 05:37:48
> 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. And it
seems strange because to add data you may have a const object.
Will it be available in 1.40?
Adam Badura