This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Gabriel Dos Reis wrote:Thanks for your reviews.
| Tested x86-linux. Do you like it?I agree.
It certainly is an improvement. Thanks.
I was wondering whether that should not just use the traditional RAII
in form of objects construction/destruction (a la sentry), instead of
doing it manually.... Just thinking loudly...
In any case, this hunk isn't needed, because there is nothing in the try block that can throw:
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |