From b393273352e0c115536bd47d9ec99964206741b5 Mon Sep 17 00:00:00 2001 From: Tymianek Date: Tue, 4 Nov 2025 08:57:13 +0100 Subject: [PATCH 1/2] Italicise "follow" in [basic.lookup.general]/2 --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 2f53237085..700dd09ace 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -1658,7 +1658,7 @@ used in further processing. \pnum -A program point $P$ is said to follow +A program point $P$ is said to \grammarterm{follow} any declaration in the same translation unit whose locus\iref{basic.scope.pdecl} is before $P$. \begin{note} From 27f651512910f49660390806d029750d744b4a86 Mon Sep 17 00:00:00 2001 From: Tymianek Date: Tue, 4 Nov 2025 10:00:25 +0100 Subject: [PATCH 2/2] Change a grammar term to a definition of follow --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 700dd09ace..bab44d4d63 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -1658,7 +1658,7 @@ used in further processing. \pnum -A program point $P$ is said to \grammarterm{follow} +A program point $P$ is said to \defnx{follow}{follow!program point} any declaration in the same translation unit whose locus\iref{basic.scope.pdecl} is before $P$. \begin{note}