File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 7218
7218
7219
7219
\pnum
7220
7220
Members of an inline namespace can be used in most respects as though they were members
7221
- of the enclosing namespace. Specifically, the inline namespace and its enclosing
7221
+ of the innermost enclosing namespace. Specifically, the inline namespace and its enclosing
7222
7222
namespace are both added to the set of associated namespaces used in
7223
- argument-dependent lookup\iref {basic.lookup.argdep } whenever one of them is,
7224
- and a \grammarterm {using-directive}\iref {namespace.udir } that names the inline
7225
- namespace is implicitly inserted into the enclosing namespace as for an unnamed
7226
- namespace\iref {namespace.unnamed }. Furthermore, each
7223
+ argument-dependent lookup\iref {basic.lookup.argdep } whenever one of them is.
7224
+ Furthermore, each
7227
7225
member of the inline namespace can subsequently be partially
7228
7226
specialized\iref {temp.spec.partial }, explicitly
7229
7227
instantiated\iref {temp.explicit }, or explicitly specialized\iref {temp.expl.spec } as
You can’t perform that action at this time.
0 commit comments