We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b126300 + a893637 commit 2c7c568Copy full SHA for 2c7c568
1 file changed
Examples_default_none.tex
@@ -4,6 +4,10 @@ \chapter{The \code{default(none)} Clause}
4
5
The following example distinguishes the variables that are affected by the \code{default(none)}
6
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.
11
12
\ccppspecificstart
13
Beginning with OpenMP 4.0, variables with \code{const}-qualified type and no mutable member
0 commit comments