From 168c32f02c94056dd4b0826696f90bd688f57376 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 20 Nov 2025 22:50:10 +0100 Subject: [PATCH] [over.match.ref] Restore resolution of CWG2267 after applying P1787R6 Paper P1787R6 shows "or 'cv2 T2'" as existing text and leaves it unchanged, even though that was struck by CWG2267. Other amendments made by CWG2267 are correctly shown as pre-existing text. --- source/overloading.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/overloading.tex b/source/overloading.tex index 2340f35644..6f9df9c42d 100644 --- a/source/overloading.tex +++ b/source/overloading.tex @@ -1162,8 +1162,7 @@ ``lvalue reference to \cvqual{cv2} \tcode{T2}'' (when converting to an lvalue) and \item -``\cvqual{cv2} \tcode{T2}'' -and ``rvalue reference to \cvqual{cv2} \tcode{T2}'' +``rvalue reference to \cvqual{cv2} \tcode{T2}'' (when converting to an rvalue or an lvalue of function type) \end{itemize} for any \tcode{T2}.