digitalmars.D - Differences between D2 and D1
- Denton Cockburn (3/3) Feb 12 2008 What are the major differences between D2 and D1? Other than
- Jesse Phillips (2/6) Feb 12 2008 http://www.digitalmars.com/d/2.0/features2.html
- Denton Cockburn (2/7) Feb 12 2008 Just what I was looking for, thanks!
- novice2 (5/8) Feb 12 2008 what is line?
- Bill Baxter (6/15) Feb 12 2008 It's in the source (dmd/src/phobos/std/hiddenfunc.d) if you look. But
What are the major differences between D2 and D1? Other than const/invariant. By D1 I refer to the current release of the D1 compiler (1.026 I think)
Feb 12 2008
On Tue, 12 Feb 2008 19:43:33 -0500, Denton Cockburn wrote:What are the major differences between D2 and D1? Other than const/invariant. By D1 I refer to the current release of the D1 compiler (1.026 I think)http://www.digitalmars.com/d/2.0/features2.html
Feb 12 2008
On Wed, 13 Feb 2008 00:57:44 +0000, Jesse Phillips wrote:On Tue, 12 Feb 2008 19:43:33 -0500, Denton Cockburn wrote:Just what I was looking for, thanks![quoted text muted]http://www.digitalmars.com/d/2.0/features2.html
Feb 12 2008
what is line? "std.hiddenfunc: new module" link broken "The requested URL /d/2.0/phobos/std_hiddenfunc.html was not found on this server" and in D2 Phobos doc i can't find std.hiddenfunc :(http://www.digitalmars.com/d/2.0/features2.html
Feb 12 2008
novice2 wrote:It's in the source (dmd/src/phobos/std/hiddenfunc.d) if you look. But it doesn't appear to be a user-level module. It just contains one function that throws a HiddenFuncError exception. It's just intended to be called by the compiler. --bbwhat is line? "std.hiddenfunc: new module" link broken "The requested URL /d/2.0/phobos/std_hiddenfunc.html was not found on this server" and in D2 Phobos doc i can't find std.hiddenfunc :(http://www.digitalmars.com/d/2.0/features2.html
Feb 12 2008