From 599667db022466570a3029cbcb7a0b52d4926beb Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 20 Oct 2025 13:19:37 +0100 Subject: [PATCH] [vector.bool.pscp] say "vector primary template" Not primary vector template. --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index bff3deb8e2..502b47a1fe 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -10575,7 +10575,7 @@ \pnum Unless described below, all operations have the same requirements and -semantics as the primary \tcode{vector} template, except that operations +semantics as the \tcode{vector} primary template, except that operations dealing with the \tcode{bool} value type map to bit values in the container storage and \tcode{allocator_traits::construct}\iref{allocator.traits.members}