June 03, 2009 Issues » [Issue 3049] New: ICE(cod4.c) or segfault: Array operation on void[] array | |||
|---|---|---|---|
| |||
...void)();
}
// Test case 3: segfault D1 + D2
typedef void car;
void baz(){
int [] x;
car... | |||
May 27, 2009 Announce » Re: ldc 0.9.1 released | |||
|---|---|---|---|
| |||
While this code:
typedef int Int2 = 2;
auto a = cast(int[])(new Int2[1000]);
Produces... | |||
May 22, 2009 General » Re: Configurable syntax | |||
|---|---|---|---|
| |||
...BaseTypedef(T) {
static if( is( T BaseType1 == typedef ) )
alias BaseTypedef!(BaseType1) BaseTypedef;
else
alias T... | |||
May 22, 2009 General » why allocation of large amount of small objects so slow (x10) in D? | |||
|---|---|---|---|
| |||
...cat alloc.cpp #include <vector> typedef std::vector<int> intvec; typedef intvec* intvecp; int main... | |||
May 20, 2009 General » Re: "with" still sucks + removing features + adding features | |||
|---|---|---|---|
| |||
typedef int MyInt = 1; | |||
May 20, 2009 Issues » [Issue 3011] New: alias, typedef should have assignment syntax | |||
|---|---|---|---|
| |||
...show_bug.cgi?id=3011
Summary: alias, typedef should have assignment syntax
Product: D
Version... | |||
May 20, 2009 General » Re: "with" still sucks + removing features + adding features | |||
|---|---|---|---|
| |||
...can add this too: typedef Bar = Foo; This changes in typedef and alias can solve... | |||
May 16, 2009 General » Re: Combining D and C | |||
|---|---|---|---|
| |||
...just take pointers to structs, you can typedef void* StructName; in the D and still... | |||
May 15, 2009 General » Re: What's the current state of D? | |||
|---|---|---|---|
| |||
...I am thinking about useful things like typedef, nested functions and closures). This can be... | |||
May 15, 2009 Issues » [Issue 2520] ICE on template mixin typedef | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2520 Don <clugdbug@yahoo.com.au... | |||
Copyright © 1999-2021 by the D Language Foundation