From 04090a4d53a054819a152c03cf081196568e221a Mon Sep 17 00:00:00 2001 From: LucyEngine Date: Mon, 17 Mar 2025 16:01:38 +0000 Subject: [PATCH 1/3] [intro.defs] access should contain a reference to the definition of a scalar type --- source/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/intro.tex b/source/intro.tex index 3a41f80d5b..16b57d670c 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -89,7 +89,7 @@ read or modify the value of an object \begin{defnote} -Only glvalues of scalar type can be used to access objects. +Only glvalues of scalar type (\iref{basic.types.general#9}) can be used to access objects. Reads of scalar objects are described in \ref{conv.lval} and modifications of scalar objects are described in \ref{expr.assign}, \ref{expr.post.incr}, and \ref{expr.pre.incr}. From 53b150569d317a894cdc6c27359ef538ba0884dc Mon Sep 17 00:00:00 2001 From: LucyEngine Date: Tue, 18 Mar 2025 01:37:15 +0000 Subject: [PATCH 2/3] added a reference to [basic.types.general] --- source/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/intro.tex b/source/intro.tex index 16b57d670c..0eedf14ef6 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -89,7 +89,7 @@ read or modify the value of an object \begin{defnote} -Only glvalues of scalar type (\iref{basic.types.general#9}) can be used to access objects. +Only glvalues of scalar type (\iref{basic.types.general}) can be used to access objects. Reads of scalar objects are described in \ref{conv.lval} and modifications of scalar objects are described in \ref{expr.assign}, \ref{expr.post.incr}, and \ref{expr.pre.incr}. From 0852a363e4df2890a4845e5a6141bee300bb169f Mon Sep 17 00:00:00 2001 From: salonsro Date: Tue, 18 Mar 2025 06:28:59 +0000 Subject: [PATCH 3/3] fixed iref command Co-authored-by: A. Jiang --- source/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/intro.tex b/source/intro.tex index 0eedf14ef6..75705a2bab 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -89,7 +89,7 @@ read or modify the value of an object \begin{defnote} -Only glvalues of scalar type (\iref{basic.types.general}) can be used to access objects. +Only glvalues of scalar type\iref{basic.types.general} can be used to access objects. Reads of scalar objects are described in \ref{conv.lval} and modifications of scalar objects are described in \ref{expr.assign}, \ref{expr.post.incr}, and \ref{expr.pre.incr}.