Skip to content

Commit 51b81fe

Browse files
committed
[namespace.def.general] Clarify inline namespaces
Highlight 'innermost enclosing' namespace.
1 parent 93d7a96 commit 51b81fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -7220,7 +7220,7 @@
72207220

72217221
\pnum
72227222
Members of an inline namespace can be used in most respects as though they were members
7223-
of the enclosing namespace. Specifically, the inline namespace and its enclosing
7223+
of the innermost enclosing namespace. Specifically, the inline namespace and its enclosing
72247224
namespace are both added to the set of associated namespaces used in
72257225
argument-dependent lookup\iref{basic.lookup.argdep} whenever one of them is,
72267226
and a \grammarterm{using-directive}\iref{namespace.udir} that names the inline

0 commit comments

Comments
 (0)