From 1eca1e48e986aa62786b8ad96aba3614297eee27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Mon, 21 Feb 2022 17:13:24 -0400 Subject: [PATCH] [allocator.requirements.general] Remove unused provisions --- source/lib-intro.tex | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index e772f8b038..7ff3c9d29f 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -1876,10 +1876,7 @@ template, an optional requirement that is not supplied by an allocator is replaced by the specified default expression. A user specialization of \tcode{allocator_traits} may provide different defaults and may provide -defaults for different requirements than the primary template. Within -Tables~\ref{tab:allocator.req.var} and~\ref{tab:cpp17.allocator}, -the use of \tcode{move} and \tcode{forward} always refers to \tcode{std::move} -and \tcode{std::forward}, respectively. +defaults for different requirements than the primary template. \begin{libreqtab4d} {\oldconcept{Allocator} requirements}