From 47dd02a4b352a4d83debc8130bd9c4292d097d02 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Fri, 3 Mar 2023 11:18:41 -0800 Subject: [PATCH] Add bugfix notes to release notes --- doc/unordered/changes.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/unordered/changes.adoc b/doc/unordered/changes.adoc index c99d69a5..8f1c37b0 100644 --- a/doc/unordered/changes.adoc +++ b/doc/unordered/changes.adoc @@ -16,6 +16,9 @@ https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2363r5.html[P2363]. * Replaced the previous post-mixing process for open-addressing containers with a new algorithm based on extended multiplication by a constant. +* Fixed bug in internal emplace() impl where stack-local types were not properly + constructed using the Allocator of the container which breaks uses-allocator + construction. == Release 1.81.0 - Major update