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.
2 parents 0c5d18b + 2e9c181 commit 0970943Copy full SHA for 0970943
spec/function.dd
@@ -3596,6 +3596,8 @@ void main()
3596
Casts between signed and unsigned types are permitted.)
3597
3598
$(LI Reinterpretation of overlapped fields in a union is not permitted.)
3599
+
3600
+ $(LI Undefined behavior must not occur.)
3601
)
3602
3603
$(P Pointers are permitted in CTFE, provided they are used safely:)
@@ -3682,7 +3684,7 @@ static assert(countTen(12) == 12); // invalid, modifies y.
3682
3684
3683
3685
$(IMPLEMENTATION_DEFINED
3686
Functions executed via CTFE can give different results
- from run time when implementation-defined or undefined-behavior occurs.
3687
+ from run time when implementation-defined occurs.
3688
3689
3690
0 commit comments