From 260158367f48059933ce161eef69ac1ad74af282 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Sat, 14 Sep 2024 12:04:58 -0700 Subject: [PATCH] [inplace.vector.cons] "Constructs an object" is redundant So we don't need this `from_range_t` constructor (and only this constructor) to tell us that the `inplace_vector` it constructs happens to be an object. --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index fc85658ffd..e1f5d9df96 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -9768,7 +9768,7 @@ \begin{itemdescr} \pnum \effects -Constructs an \tcode{inplace_vector} object with +Constructs an \tcode{inplace_vector} with the elements of the range \tcode{rg}. \pnum