https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117822

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>:

https://gcc.gnu.org/g:fe04901737112abb6b1a71fe645f727384dc986a

commit r15-5761-gfe04901737112abb6b1a71fe645f727384dc986a
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Thu Nov 28 10:24:00 2024 +0000

    libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace
[PR117822]

    libstdc++-v3/ChangeLog:

            PR libstdc++/117822
            * include/std/stacktrace (stacktrace(stacktrace&&, const A&)):
            Fix typo in qualified-id for is_always_equal trait.
            * testsuite/19_diagnostics/stacktrace/stacktrace.cc: Test
            allocator-extended constructors and allocator propagation.

Reply via email to