From 770114f9b9fbe000156545c0136ee2f69db4cb7b Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:14:32 +0000 Subject: [PATCH] [basic.lookup.unqual] Rephrase to avoid incorrect use of term --- source/basic.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index c1e655f8bf..8690b461cf 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -2063,7 +2063,8 @@ \pnum In a friend declaration \grammarterm{declarator} whose \grammarterm{declarator-id} is a \grammarterm{qualified-id} -whose lookup context\iref{basic.lookup.qual} is a class or namespace $S$, +whose \grammarterm{nested-name-specifier} +designates a class or namespace $S$\iref{expr.prim.id.qual}, lookup for an unqualified name that appears after the \grammarterm{declarator-id} performs a search in the scope associated with $S$.