Skip to content

Commit 2ba8aed

Browse files
burblebeetkoeppe
authored andcommitted
LWG3421 Imperfect ADL emulation for boolean-testable
1 parent c3b5615 commit 2ba8aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/concepts.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@
907907
A \defnadj{key}{parameter} of a function template \tcode{D}
908908
is a function parameter of type \cv{} \tcode{X} or reference thereto,
909909
where \tcode{X} names a specialization of a class template that
910-
is a member of the same namespace as \tcode{D}, and
910+
has the same innermost enclosing non-inline namespace as \tcode{D}, and
911911
\tcode{X} contains at least one template parameter that
912912
participates in template argument deduction.
913913
\begin{example}

0 commit comments

Comments
 (0)