November 23, 2011 DMD » [dmd-internals] [D-Programming-Language/dmd] d3a7b3: Merge pull request #525 from 9rnsr/typedef_depreca... | |||
|---|---|---|---|
| |||
...Log Message: ----------- Merge pull request #525 from 9rnsr/typedef_deprecation Fix test for typedef deprecation. | |||
November 20, 2011 Phobos » [phobos] [D-Programming-Language/phobos] 1d54bf: Removed typedef tests in std.conv. | |||
|---|---|---|---|
| |||
...d Log Message: ----------- Removed typedef tests in std.conv. Now that typedef has been deprecated... | |||
November 20, 2011 Issues » [Issue 6572] Deprecate typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=6572 Walter Bright <bugzilla@digitalmars.com... | |||
November 19, 2011 DMD » [dmd-internals] [D-Programming-Language/dmd] a22fd4: Merge pull request #464 from yebblies/issue6572 | |||
|---|---|---|---|
| |||
...xtest46.d Log Message: ----------- Merge pull request #464 from yebblies/issue6572 Issue 6572 - Deprecate typedef | |||
November 15, 2011 D » FastCGI | |||
|---|---|---|---|
| |||
...how translate this C code to D:
-------------------------------------------------------------------------
typedef struct FCGX_Request {
int requestId; /* valid if... | |||
November 14, 2011 Issues » [Issue 6946] Compile-time flags generator | |||
|---|---|---|---|
| |||
...switch synchronized template this throw true try
typedef typeid typeof ubyte ucent uint ulong union... | |||
November 14, 2011 Issues » [Issue 6946] New: Compile-time flags generator | |||
|---|---|---|---|
| |||
...switch synchronized template this throw true try
typedef typeid typeof ubyte ucent uint ulong union... | |||
November 12, 2011 Issues » [Issue 6924] An alias this problem to implement a Typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=6924 Kenji Hara <k.hara.pg... | |||
November 10, 2011 Issues » [Issue 6924] New: An alias this problem to implement a Typedef | |||
|---|---|---|---|
| |||
...Typedef(T) {
T data;
alias data this;
}
alias int[] TA1;
typedef int[] TA2;
alias Typedef... | |||
November 09, 2011 Learn » Re: immutable & alias this | |||
|---|---|---|---|
| |||
...possible problem. See http://clang.llvm.org/diagnostics.html, section "Typedef Preservation and Selective Unwrapping" | |||
Copyright © 1999-2021 by the D Language Foundation