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

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Jonathan Wakely
<r...@gcc.gnu.org>:

https://gcc.gnu.org/g:6930165acd05c8eef88a99b9546742b108e0c84e

commit r11-10656-g6930165acd05c8eef88a99b9546742b108e0c84e
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Mon Feb 27 22:34:57 2023 +0000

    libstdc++: Fix uses_allocator_construction_args for pair<T&&, U&&>
[PR108952]

    This implements LWG 3527 which fixes the handling of pair<T&&, U&&> in
    std::uses_allocator_construction_args.

    libstdc++-v3/ChangeLog:

            PR libstdc++/108952
            * include/bits/uses_allocator_args.h
            (uses_allocator_construction_args): Implement LWG 3527.
            * testsuite/20_util/pair/astuple/get-2.cc: New test.
            * testsuite/20_util/scoped_allocator/108952.cc: New test.
            * testsuite/20_util/uses_allocator/lwg3527.cc: New test.

    (cherry picked from commit 8e342c04550466ab088c33746091ce7f3498ee44)

Reply via email to