September 21, 2011 Issues » [Issue 4269] Regression(2.031): invalid type accepted if evaluated while errors are gagged | |||
|---|---|---|---|
| |||
...only fixes this issue for alias and typedef, not other declarations. D2 commit: https://github... | |||
September 20, 2011 DMD » [dmd-internals] [D-Programming-Language/dmd] a12dfe: Merge pull request #356 from yebblies/issue4269 | |||
|---|---|---|---|
| |||
...Message: ----------- Merge pull request #356 from yebblies/issue4269 Fix Issue 4269 for alias and typedef | |||
September 19, 2011 Genel » D dilinde dizi tanımı | |||
|---|---|---|---|
| |||
...garibi, kod typedef ile kolaylaştırılınca her şey mantıklı olmaya başlar: ``` #include <stdio.h> typedef char... | |||
September 15, 2011 General » Possible bug with mixin and __traits(allMembers,T) | |||
|---|---|---|---|
| |||
...visible
}
class Test {
mixin Members;
typedef void function() func1;
typedef bool function() func2;
static void... | |||
September 11, 2011 General » Re: Did typedefs break code? | |||
|---|---|---|---|
| |||
...broken behaviour with alias. Apart from that, typedef has been 'unofficailly' deprecated for some time... | |||
September 11, 2011 General » Re: Did typedefs break code? | |||
|---|---|---|---|
| |||
...probably called Typedef or TypeDef) which will allow for something similar to typedef but with... | |||
September 11, 2011 General » Did typedefs break code? | |||
|---|---|---|---|
| |||
...broke because of the (apparent?) changes to typedef. I had something like: extern(Windows) void... | |||
September 03, 2011 Phobos » [phobos] [D-Programming-Language/phobos] 66630d: Remove another stray typedef | |||
|---|---|---|---|
| |||
...socket.d
Log Message:
-----------
Remove another stray typedef
Commit: 72b9f2ee19d812eafcb84cf6ad2206461bd5af37
https://github.com/D-Programming... | |||
September 01, 2011 Issues » [Issue 6571] typedefs ignore const, shared, immutable etc modifiers when implicitly converting | |||
|---|---|---|---|
| |||
...Since phobos and druntime don't use typedef any more, there should be no reliance... | |||
August 31, 2011 Issues » [Issue 6571] typedefs ignore const, shared, immutable etc modifiers when implicitly converting | |||
|---|---|---|---|
| |||
...For std.encoding, just replace the three 'typedef ubyte' with 'alias ubyte xxx' Regards -- Configure... | |||
Copyright © 1999-2021 by the D Language Foundation