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 7716f79 commit 42927a9Copy full SHA for 42927a9
spec/class.dd
@@ -425,7 +425,7 @@ $(GNAME Constructor):
425
$(OL
426
$(LI Storage is allocated for the object.
427
If this fails, rather than return $(D null), an
428
- $(LINK2 ../library/core/exception/out_of_memory_error.html, OutOfMemoryError) is thrown.
+ $(LINK2 $(ROOT_DIR)library/core/exception/out_of_memory_error.html, OutOfMemoryError) is thrown.
429
Thus, tedious checks for null references are unnecessary.
430
)
431
@@ -541,7 +541,7 @@ $(H2 $(LNAME2 field-init, Field initialization inside constructor))
541
struct A
542
{
543
this(int n) {}
544
- void $(CODE_HIGHTLIGHT opAssign)(A rhs) {}
+ void $(CODE_HIGHLIGHT opAssign)(A rhs) {}
545
}
546
class C
547
0 commit comments