Skip to content

Commit 4e0f250

Browse files
burblebeetkoeppe
authored andcommitted
CWG2857 Argument-dependent lookup with incomplete class types
1 parent 9b2f6ec commit 4e0f250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@
20552055
its associated entities are:
20562056
the class itself;
20572057
the class of which it is a member, if any;
2058-
and its direct and indirect base classes.
2058+
and, if it is a complete type, its direct and indirect base classes.
20592059
Furthermore, if \tcode{T} is a class template specialization,
20602060
its associated entities also include:
20612061
the entities

0 commit comments

Comments
 (0)