File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2233,7 +2233,7 @@ void foo()
2233
2233
$(LI Non-portable casts (eg, from $(D int[]) to $(D float[])), including
2234
2234
casts which depend on endianness, are not permitted.
2235
2235
Casts between signed and unsigned types are permitted)
2236
- $(LI Reinterpretation of overlapped fields in a Union.)
2236
+ $(LI Reinterpretation of overlapped fields in a Union is not permitted .)
2237
2237
)
2238
2238
2239
2239
$(P Pointers are permitted in CTFE, provided they are used safely:)
@@ -2355,11 +2355,11 @@ int foo(char[] s)
2355
2355
const int x = foo("1");
2356
2356
---
2357
2357
2358
- $(P is illegal, because the runtime code for foo() cannot be
2358
+ $(P is illegal, because the runtime code for ` foo` cannot be
2359
2359
generated. A function template would be the appropriate
2360
2360
method to implement this sort of thing.)
2361
2361
2362
- $(H3 $(LNAME2 nogc-functions, No-GC Functions))
2362
+ $(H2 $(LNAME2 nogc-functions, No-GC Functions))
2363
2363
2364
2364
$(P No-GC functions are functions marked with the $(D @nogc) attribute.
2365
2365
Those functions do not allocate memory on the GC heap,
You can’t perform that action at this time.
0 commit comments