Skip to content

Commit 2c7c568

Browse files
author
Henry Jin
committed
use updated words from ticket 180
2 parents b126300 + a893637 commit 2c7c568

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Examples_default_none.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ \chapter{The \code{default(none)} Clause}
44

55
The following example distinguishes the variables that are affected by the \code{default(none)}
66
clause from those that are not.
7+
Beginning with OpenMP 4.0, variables with \code{const}-qualified type and no mutable member
8+
are no longer predetermined shared. Thus, these variables (variable \plc{c} in the example)
9+
need to be explicitly listed
10+
in data-sharing attribute clauses when the \code{default(none)} clause is specified.
711

812
\ccppspecificstart
913
Beginning with OpenMP 4.0, variables with \code{const}-qualified type and no mutable member

0 commit comments

Comments
 (0)