From 6dc5e437e3565a0d1dc9a6e6d8a1c2befdf7eb52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Dusi=CC=81kova=CC=81?= Date: Sat, 27 Dec 2025 15:10:26 +0100 Subject: [PATCH 1/2] [hive.cons] Fix typo "traits" => "traits" --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 8d6f0cd304..2fd1757af6 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -8298,7 +8298,7 @@ \pnum \expects For the second overload, -when \tcode{allocator_traits::is_always_equal::value} is \tcode{false}, +when \tcode{allocator_traits::is_always_equal::value} is \tcode{false}, \tcode{T} meets the \oldconcept{MoveInsertable} requirements. \pnum From 1bf2fa8a42df4c24cc63f3b34766b88c3fb57895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Dusi=CC=81kova=CC=81?= Date: Sat, 27 Dec 2025 16:19:15 +0100 Subject: [PATCH 2/2] [hive.modifiers] Fix type "EmplaceInsertable" => "EmplaceConstructible" --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 2fd1757af6..62a4198683 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -8713,7 +8713,7 @@ \begin{itemdescr} \pnum \expects -\tcode{T} is \oldconcept{EmplaceInsertable} into \tcode{hive} +\tcode{T} is \oldconcept{EmplaceConstructible} into \tcode{hive} from \tcode{*ranges::begin(rg)}. \tcode{rg} and \tcode{*this} do not overlap.