Skip to content

Commit 7a19ef8

Browse files
committed
Fix for issue #24 (reduction capture declaration)
1 parent 3a1fd1a commit 7a19ef8

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

capture.tex

+5-6
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
\ssclause*{Constraints}
133133

134134
\pnum
135-
The declaration specifiers in a reduction capture item
136-
shall specify a reduction type,
137-
and shall not specify static or thread storage duration.
135+
A reduction capture item
136+
shall have some reduction type,
137+
and shall not have static or thread storage duration.
138138

139139
\pnum
140140
If no expression is present in a reduction capture item,
@@ -153,9 +153,8 @@
153153
\ssclause*{Semantics}
154154

155155
\pnum
156-
Each reduction capture item declares a new object,
157-
named by the identifier in the declarator.
158-
The type of the object is the type specified by the declaration specifiers.
156+
Each reduction capture item declares a new object
157+
with reduction type.
159158
The scope of the name extends from the end of the reduction capture item
160159
until the end of the task block or loop with which it is associated.
161160

cplexts.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
% These parameters, and the documentclass options,
4747
% are about document identification and overall formatting.
48-
\docdate{2016}{01}{12}
48+
\docdate{2016}{02}{22}
4949
\newcommand{\wgdocno}{}
5050
\newcommand{\epptsno}{\placeholder{EPPTS}}
5151
\standard{\epptsno}

0 commit comments

Comments
 (0)