From 51b81feacb09e5a7a8ef0123e0522816e04e9971 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 27 Mar 2021 13:16:52 +0100 Subject: [PATCH] [namespace.def.general] Clarify inline namespaces Highlight 'innermost enclosing' namespace. --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index 5ab700c0ba..88e98b2ec9 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -7220,7 +7220,7 @@ \pnum Members of an inline namespace can be used in most respects as though they were members -of the enclosing namespace. Specifically, the inline namespace and its enclosing +of the innermost enclosing namespace. Specifically, the inline namespace and its enclosing namespace are both added to the set of associated namespaces used in argument-dependent lookup\iref{basic.lookup.argdep} whenever one of them is, and a \grammarterm{using-directive}\iref{namespace.udir} that names the inline