From 985aa7560927240a88dbf3e48e97a874db0bffc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Ogam?= Date: Fri, 17 Sep 2021 00:03:32 +0200 Subject: [PATCH 1/2] =?UTF-8?q?[basic.lval]=20Replace=20the=20misused=20te?= =?UTF-8?q?rm=20=E2=80=98classifications=E2=80=99=20by=20=E2=80=98categori?= =?UTF-8?q?es=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A single classification/categorization is a set of classes/categories. --- source/expressions.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index fd97537bb8..3e75d969d5 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -158,7 +158,7 @@ \end{itemize} \pnum -Every expression belongs to exactly one of the fundamental classifications in this +Every expression belongs to exactly one of the fundamental categories in this taxonomy: lvalue, xvalue, or prvalue. This property of an expression is called its \defn{value category}. \begin{note} @@ -178,7 +178,7 @@ glvalues are ``generalized'' lvalues, prvalues are ``pure'' rvalues, and xvalues are ``eXpiring'' lvalues. -Despite their names, these terms classify expressions, not values. +Despite their names, these terms categorize expressions, not values. \end{note} \pnum From 4589239c52ad0278980580638f6f590b1aa79019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Tue, 13 Jun 2023 15:57:22 +0000 Subject: [PATCH 2/2] Update source/expressions.tex Co-authored-by: Jens Maurer --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index 3e75d969d5..e1f26bbb9d 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -178,7 +178,7 @@ glvalues are ``generalized'' lvalues, prvalues are ``pure'' rvalues, and xvalues are ``eXpiring'' lvalues. -Despite their names, these terms categorize expressions, not values. +Despite their names, these terms apply to expressions, not values. \end{note} \pnum