July 17, 2012 Phobos » [phobos] Deprecated typedef code in Phobos | |||
|---|---|---|---|
| |||
...I see there is a little deprecated typedef code left in std.conv and std... | |||
July 17, 2012 DMD » [dmd-internals] Some typedef-related code in druntime | |||
|---|---|---|---|
| |||
...templatized opEquals() free function that does various typedef checks with is(). Is this supposed to... | |||
July 16, 2012 Genel » D modül dosyasını ayıklama | |||
|---|---|---|---|
| |||
...of storage classes.
case T.Alias, T.Typedef:
nT();
goto case_Declaration;
case T.Static... | |||
July 14, 2012 General » Re: Some guidance on writing a Deimos C library interface | |||
|---|---|---|---|
| |||
I would say that when a C typedef has a corresponding type in D, use... | |||
July 11, 2012 General » Structs, the most buggiest language feature? | |||
|---|---|---|---|
| |||
...to be used as a replacement for deperecated features (scope, typedef, ...) Kind Regards Benjamin Thaut | |||
July 11, 2012 Announce » Re: DStep - Bindings Generator 0.0.1 | |||
|---|---|---|---|
| |||
Oops, typo! should be:
typedef struct _Booger Booger;
struct _Booger
{
int a;
}; | |||
July 11, 2012 Announce » Re: DStep - Bindings Generator 0.0.1 | |||
|---|---|---|---|
| |||
...it has to do with typedef struct. ------------------------------------------------------- //Test.h: typedef struct _Booger Booger; //Results in... | |||
July 09, 2012 Announce » Re: DStep - Bindings Generator 0.0.1 | |||
|---|---|---|---|
| |||
...something similar...)
- self alias should be removed => typedef test { int a; } test; generate alias test... | |||
July 08, 2012 Druntime » [D-runtime] [D-Programming-Language/druntime] 152938: Move 'override' keyword to line head. | |||
|---|---|---|---|
| |||
...M src/object_.d Log Message: ----------- Support typedef'ed class/interface comparison with 'deprecated' Commit... | |||
July 07, 2012 Issues » [Issue 3308] Enum.RED.stringof gives "Enum", not "Enum.RED" | |||
|---|---|---|---|
| |||
...0 int 5 Note that I change typedef -> alias for compatability. -- Configure issuemail: http://d... | |||
Copyright © 1999-2021 by the D Language Foundation