Skip to content

Commit 8796301

Browse files
[basic.lookup.qual.general] Ignore cv-qualifiers for lookup context
1 parent 2144179 commit 8796301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/basic.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,6 +2426,7 @@
24262426
The lookup context of any other qualified name is
24272427
the type, template, or namespace
24282428
nominated by the preceding \grammarterm{nested-name-specifier}.
2429+
The top-level cv-qualifiers of a type are ignored for the purpose of lookup context.
24292430
\begin{note}
24302431
When parsing a class member access,
24312432
the name following the \tcode{->} or \tcode{.} is

0 commit comments

Comments
 (0)