From 8f28089f017e2da2e63efc29c7fe55892fcaf8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Fri, 2 Jul 2021 15:12:25 -0400 Subject: [PATCH] [allocator.uses.construction] Add missing closing parentheses --- source/utilities.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/utilities.tex b/source/utilities.tex index 91c5c74f97..7a77d17fd7 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -7818,8 +7818,8 @@ Equivalent to: \begin{codeblock} return uses_allocator_construction_args(alloc, piecewise_construct, - forward_as_tuple(get<0>(std::move(pr)), - forward_as_tuple(get<1>(std::move(pr))); + forward_as_tuple(get<0>(std::move(pr))), + forward_as_tuple(get<1>(std::move(pr)))); \end{codeblock} \end{itemdescr}