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 0bb9778 commit 1bcf2cdCopy full SHA for 1bcf2cd
source/basic.tex
@@ -1731,11 +1731,11 @@
1731
\indextext{type-only!lookup|see{lookup, type-only}}%
1732
However, if a lookup is \defnx{type-only}{lookup!type-only},
1733
only declarations of
1734
-types and templates whose specializations are types are considered;
+types, type aliases, and templates whose specializations are such are considered;
1735
furthermore, if declarations
1736
of a type alias and of its underlying entity are found,
1737
-the declaration of the type alias is discarded
1738
-instead of the type declaration.
+declarations of the type alias are discarded
+instead of the type declarations.
1739
1740
\rSec2[class.member.lookup]{Member name lookup}%
1741
\indextext{lookup!member name}%
0 commit comments