From 87963013dba6283fa35cf144e855e9bffa1f699a Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Mon, 31 Jul 2023 23:55:57 +0800 Subject: [PATCH] [basic.lookup.qual.general] Ignore cv-qualifiers for lookup context --- source/basic.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/source/basic.tex b/source/basic.tex index d530c1039d..864ca54eab 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -2426,6 +2426,7 @@ The lookup context of any other qualified name is the type, template, or namespace nominated by the preceding \grammarterm{nested-name-specifier}. +The top-level cv-qualifiers of a type are ignored for the purpose of lookup context. \begin{note} When parsing a class member access, the name following the \tcode{->} or \tcode{.} is