]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 28 Nov 2024 10:24:00 +0000 (10:24 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 2 Dec 2024 22:41:39 +0000 (22:41 +0000)
commit136ff35dd3413ba4b404649e5947682a7f998109
treeabaf21e39cbce1fe43f52322416a8c6b14bc47fa
parent5425886d1d0239f32f162daf5f2db189d43512e4
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.

(cherry picked from commit fe04901737112abb6b1a71fe645f727384dc986a)
libstdc++-v3/include/std/stacktrace
libstdc++-v3/testsuite/19_diagnostics/stacktrace/stacktrace.cc