We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b5615 commit 2ba8aedCopy full SHA for 2ba8aed
source/concepts.tex
@@ -907,7 +907,7 @@
907
A \defnadj{key}{parameter} of a function template \tcode{D}
908
is a function parameter of type \cv{} \tcode{X} or reference thereto,
909
where \tcode{X} names a specialization of a class template that
910
-is a member of the same namespace as \tcode{D}, and
+has the same innermost enclosing non-inline namespace as \tcode{D}, and
911
\tcode{X} contains at least one template parameter that
912
participates in template argument deduction.
913
\begin{example}
0 commit comments