You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref T hun(T)(ref T a) { return a; } // FINE, templates use deduction
83
83
--------
84
84
85
-
$(P See $(LINK2 http://wiki.dlang.org/DIP25, DIP25) for more details.)
85
+
$(P See $(LINK2 https://wiki.dlang.org/DIP25, DIP25) for more details.)
86
86
)
87
87
88
88
$(LI $(LNAME2 with-statement-8269, The with statement now observes temporary object lifetime)
89
89
90
-
$(P A longstanding $(LINK2 https://issues.dlang.org/show_bug.cgi?id=8269, bug) of the with statement was fixed which prevented the idiomatic use of $(LINK2 http://wiki.dlang.org/Commonly-Used_Acronyms,RAII) values.)
90
+
$(P A longstanding $(LINK2 https://issues.dlang.org/show_bug.cgi?id=8269, bug) of the with statement was fixed which prevented the idiomatic use of $(LINK2 https://wiki.dlang.org/Commonly-Used_Acronyms,RAII) values.)
91
91
92
92
--------
93
93
with (File("output.log", "w"))
@@ -810,7 +810,7 @@ $(LI $(BUGZILLA 13538): Divide old C style syntax from D style grammar rule)
810
810
$(LI $(BUGZILLA 13547): "D is a fully garbage collected language")
811
811
$(LI $(BUGZILLA 13648): ddoc problem with std.random.uniform01)
812
812
$(LI $(BUGZILLA 13664): Grammar does not allow @<template_instance> UDAs)
813
-
$(LI $(BUGZILLA 13671): http://dlang.org/const3.html incorrectly calls type qualifiers "type constructors")
813
+
$(LI $(BUGZILLA 13671): https://dlang.org/const3.html incorrectly calls type qualifiers "type constructors")
814
814
$(LI $(BUGZILLA 13696): Missing entry for unicode code point literals on the lexer page)
815
815
$(LI $(BUGZILLA 13895): Declaration grammar is insufficient)
816
816
$(LI $(BUGZILLA 13941): NewExpression grammar is insufficient)
Copy file name to clipboardexpand all lines: d-array-article.dd
+1-1
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ $(P Whether you are a seasoned programmer or a novice, the array and slice conce
238
238
$(P $(I Thanks to David Gileadi, Andrej Mitrovic, Jesse Phillips, Alex Dovhal, Johann !MacDonagh, and Jonathan Davis for their reviews and suggestions for this article))
Copy file name to clipboardexpand all lines: dcompiler.dd
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ $(D_S dmd - $(WINDOWS Windows)$(LINUX Linux)$(OSX Mac OS X)$(FREEBSD FreeBSD) D
35
35
$(H2 $(LNAME2 requirements, Requirements and Downloads))
36
36
37
37
$(OL
38
-
$(LI $(LINK2 http://dlang.org/download.html, Download D Compiler))
38
+
$(LI $(LINK2 https://dlang.org/download.html, Download D Compiler))
39
39
40
40
$(WINDOWS
41
41
$(LI Windows operating system, Windows 7 or later, 32 or 64 bit)
@@ -598,7 +598,7 @@ dmd -cov -unittest myprog.d
598
598
$(SWITCH $(SWNAME -m64),
599
599
Compile a 64 bit executable.
600
600
The generated object code is in MS-COFF and is meant to be used with the
601
-
$(LINK2 http://www.amazon.com/gp/product/B0038KTO8S/ref=as_li_qf_sp_asin_il_tl?ie=UTF8$(AMP)camp=1789$(AMP)creative=9325$(AMP)creativeASIN=B0038KTO8S$(AMP)linkCode=as2$(AMP)tag=classicempire, Microsoft Visual Studio 10)
601
+
$(LINK2 https://www.amazon.com/gp/product/B0038KTO8S/ref=as_li_qf_sp_asin_il_tl?ie=UTF8$(AMP)camp=1789$(AMP)creative=9325$(AMP)creativeASIN=B0038KTO8S$(AMP)linkCode=as2$(AMP)tag=classicempire, Microsoft Visual Studio 10)
0 commit comments