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