From f6f590e04f6a1c49d6322b96ec739ccab671a5f0 Mon Sep 17 00:00:00 2001 From: Daniel Hannon Date: Sun, 21 Jun 2026 13:41:12 +0100 Subject: [PATCH] [vector.capacity] vector::reserve is tutorial-like --- source/containers.tex | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index b3405373f0..8a32d07817 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -10205,9 +10205,6 @@ \pnum \effects -A directive that informs a -\tcode{vector} -of a planned change in size, so that it can manage the storage allocation accordingly. After \tcode{reserve()}, \tcode{capacity()}