From d606c3cbd1b56a601124b44b78177deae338d050 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:17:54 +0000 Subject: [PATCH] [over.call.object] Refer to the static type of the object expression --- source/overloading.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/overloading.tex b/source/overloading.tex index 9e187abfff..799f3c03d4 100644 --- a/source/overloading.tex +++ b/source/overloading.tex @@ -532,8 +532,8 @@ \pnum If the \grammarterm{postfix-expression} \tcode{E} -in the function call syntax evaluates -to a class object of type ``\cv{}~\tcode{T}'', +in the function call syntax +is of class type ``\cv{}~\tcode{T}'', then the set of candidate functions includes at least the function call operators of \tcode{T}. The function call operators of \tcode{T}