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]

Re: [v3 PATCH] PR libstdc++/68139


On 11/12/15 09:53 +0200, Ville Voutilainen wrote:
On 11 December 2015 at 09:52, Marc Glisse <marc.glisse@inria.fr> wrote:
   /libstdc++-v3
   * libsupc++/nested_exception.h (_S_rethrow): Use __std::addressof.
Typo.
I must be blind, but I don't see what you mean. :)
Shouldn't the underscores apply to addressof, not to the namespace?


Hah! Yes, thanks, I will fix that. :)

And we don't have separate changelogs for the libstdc++ testsuite, so
it should be just:

 * libsupc++/nested_exception.h: ...
 * testsuite/18_support/nested_exception/68139.cc: ...

Do we already include <bits/move.h> in freestanding implementations?
Even if we don't, I think it's OK to do so, so the patch is OK with a
corrected changelog.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]