Skip to content

Commit f4c4c7c

Browse files
authored
[dcl.link] Change "objects" to "entities"
"Entities" is more appropriate since it includes functions.
1 parent bf01e0e commit f4c4c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: source/declarations.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -8699,8 +8699,8 @@
86998699
\pnum
87008700
\indextext{object!linkage specification}%
87018701
\indextext{linkage!implementation-defined object}%
8702-
Linkage from \Cpp{} to objects defined in other languages and to objects
8703-
defined in \Cpp{} from other languages is \impldef{linkage of objects between \Cpp{} and other languages} and
8702+
Linkage from \Cpp{} to entities defined in other languages and to entities
8703+
defined in \Cpp{} from other languages is \impldef{linkage of entities between \Cpp{} and other languages} and
87048704
language-dependent. Only where the object layout strategies of two
87058705
language implementations are similar enough can such linkage be
87068706
achieved.%

0 commit comments

Comments
 (0)