August 30, 2011 Phobos » [phobos] [D-Programming-Language/phobos] 1590a5: Issue 6572 - Deprecate typedef | |||
|---|---|---|---|
| |||
...Deprecate typedef Remove use of deprecated typedef from phobos. This mostly consists of changing typedef... | |||
August 30, 2011 Issues » [Issue 6572] Deprecate typedef | |||
|---|---|---|---|
| |||
...Maybe, probably. Wouldn't this prevent using typedef even inside version(none) etc blocks? Is... | |||
August 29, 2011 Druntime » [D-runtime] [D-Programming-Language/druntime] ea627a: Issue 6572 - Deprecate typedef | |||
|---|---|---|---|
| |||
...Message: ----------- Issue 6572 - Deprecate typedef Almost every change is replacing typedef with alias. core.sys... | |||
August 29, 2011 Issues » [Issue 6572] Deprecate typedef | |||
|---|---|---|---|
| |||
...tok == TOKtypedef)
+ {
+ if (!global.params.useDeprecated)
+ error("typedef is deprecated, use alias");
v = new TypedefDeclaration... | |||
August 29, 2011 Issues » [Issue 6572] Deprecate typedef | |||
|---|---|---|---|
| |||
...t we provide a complete library based typedef first? http://d.puremagic.com/issues/show... | |||
August 29, 2011 Issues » [Issue 6572] Deprecate typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=6572 yebblies <yebblies@gmail.com> changed... | |||
August 29, 2011 Issues » [Issue 6572] New: Deprecate typedef | |||
|---|---|---|---|
| |||
...show_bug.cgi?id=6572
Summary: Deprecate typedef
Product: D
Version: D2
Platform: All
OS... | |||
August 29, 2011 Issues » [Issue 6571] New: typedefs ignore const, shared, immutable etc modifiers when implicitly converting | |||
|---|---|---|---|
| |||
...not
have the same problems.
void main()
{
typedef void* A;
void AA(A a) {}
shared... | |||
August 25, 2011 General » Strongly typed enums | |||
|---|---|---|---|
| |||
...I suggest to not go this way:
typedef enum GameState { inProgress, draw, humanWins, computerWins }
Bye... | |||
August 10, 2011 General » Re: PSP emulator written in D | |||
|---|---|---|---|
| |||
...xmm register. In GCC, you'd do typedef __m128 Vec4; or at least struct Vec4... | |||
Copyright © 1999-2021 by the D Language Foundation