We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f97f1 commit 5d7e597Copy full SHA for 5d7e597
spec/const3.dd
@@ -12,9 +12,10 @@ $(HEADERNAV_TOC)
12
13
$(H2 $(LNAME2 transitive, Transitivity))
14
15
- $(P Type qualifiers apply transitively to all subtypes.
16
- It is not possible to specify, for example, a const pointer
17
- to a mutable type.
+ $(P Type qualifiers apply transitively to all memory transitively
+ reachable from the qualified type.
+ It is not possible to specify, for example, a `const` pointer
18
+ to a mutable type, or a non-`const` field in a `const` `struct`.
19
)
20
21
$(P Types are $(I mutable) by default, meaning variables with such
0 commit comments