From 5099fae3960061324c41263064622f2b84064f58 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 14 Dec 2021 09:25:41 +0100 Subject: [PATCH] [dcl.meaning.general] Clarify correspondence for block-scope friends --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index 254bc1d818..c156b227a0 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -2548,7 +2548,7 @@ Otherwise, the terminal name of $E$ is not looked up. The declaration's target scope is the innermost enclosing namespace scope; if the declaration is contained by a block scope, -the declaration shall correspond to a declaration +the declaration shall correspond to a reachable\iref{module.reach} declaration that inhabits the innermost block scope. \end{itemize}