From 5b5d297c6781b24e6171465536b734c24805e271 Mon Sep 17 00:00:00 2001 From: xmh0511 <970252187@qq.com> Date: Thu, 14 Nov 2024 17:53:08 +0800 Subject: [PATCH] objects vs. entities --- source/declarations.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/declarations.tex b/source/declarations.tex index 446aebd3aa..b3122d3db8 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -8699,8 +8699,8 @@ \pnum \indextext{object!linkage specification}% \indextext{linkage!implementation-defined object}% -Linkage from \Cpp{} to objects defined in other languages and to objects -defined in \Cpp{} from other languages is \impldef{linkage of objects between \Cpp{} and other languages} and +Linkage from \Cpp{} to entities defined in other languages and to entities +defined in \Cpp{} from other languages is \impldef{linkage of entities between \Cpp{} and other languages} and language-dependent. Only where the object layout strategies of two language implementations are similar enough can such linkage be achieved.%