File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 132
132
\ssclause *{Constraints}
133
133
134
134
\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.
138
138
139
139
\pnum
140
140
If no expression is present in a reduction capture item,
153
153
\ssclause *{Semantics}
154
154
155
155
\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.
159
158
The scope of the name extends from the end of the reduction capture item
160
159
until the end of the task block or loop with which it is associated.
161
160
Original file line number Diff line number Diff line change 45
45
46
46
% These parameters, and the documentclass options,
47
47
% are about document identification and overall formatting.
48
- \docdate {2016}{01}{12 }
48
+ \docdate {2016}{02}{22 }
49
49
\newcommand {\wgdocno }{}
50
50
\newcommand {\epptsno }{\placeholder {EPPTS}}
51
51
\standard {\epptsno }
You can’t perform that action at this time.
0 commit comments