February 28, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...lines... Time ago in D there was typedef for this. There are many problems with... | |||
February 28, 2011 General » Re: SAL at Microsoft | |||
|---|---|---|---|
| |||
...with a usual struct wrapper aka strong typedef. To catch bug with argument types you... | |||
February 24, 2011 General » Re: Enum "Inheritance"? | |||
|---|---|---|---|
| |||
...with OOP) have pushed Andrei to remove typedef from D. So be careful, or we... | |||
February 23, 2011 General » Re: Enum "Inheritance"? | |||
|---|---|---|---|
| |||
...with typedef (that doesn't play well with OOP) have pushed Andrei to remove typedef... | |||
February 18, 2011 Issues » [Issue 5607] New: Slow small integer division | |||
|---|---|---|---|
| |||
...return 0;
}
---------------------------------
// C code
#include "stdio.h"
typedef unsigned long uint;
int main() {
uint total... | |||
February 17, 2011 Issues » [Issue 5603] New: Initialization syntax for dynamic arrays | |||
|---|---|---|---|
| |||
...initialization value (expecially after the deprecation of 'typedef', that used to allow the definition of... | |||
February 15, 2011 General » Re: Integer conversions too pedantic in 64-bit | |||
|---|---|---|---|
| |||
...in C code for typedef'ed types.
like
struct foo_s { ... };
typedef struct foo_s... | |||
February 10, 2011 GDC » Re: Implementation of gcc SIMD builtins | |||
|---|---|---|---|
| |||
...Buclaw Wrote: I tried to use the typedef'd types, but even with simple ops... | |||
February 10, 2011 GDC » Re: Implementation of gcc SIMD builtins | |||
|---|---|---|---|
| |||
...two ICEs when using arithmetic operations (+,-,/,*,=) for typedef'd types with vector attributes assigned to... | |||
February 09, 2011 Learn » Re: Template for function or delegate (nothing else) | |||
|---|---|---|---|
| |||
...an alias (and in past, to a typedef): alias Example Foo; I don't yet... | |||
Copyright © 1999-2021 by the D Language Foundation