April 26, 2011 General » Clang of LLVM 2.9 | |||
|---|---|---|---|
| |||
...int x, int y) {
^
1 warning generated.
---------------------------
typedef unsigned int UINT;
int main(int argc... | |||
April 19, 2011 Issues » [Issue 4543] Regression(1.054, 2.038) typedef circular definition and segfault | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=4543 Walter Bright <bugzilla@digitalmars.com... | |||
April 15, 2011 Announce » Re: Goldie Parsing System v0.4 Released - Now for D2 | |||
|---|---|---|---|
| |||
...p
Oddly enough, this one will throw:
typedef struct {
int field;
} MyType;
int main(int... | |||
April 14, 2011 Duyuru » Horde3D grafik motoru | |||
|---|---|---|---|
| |||
...bir C kütüphane başlığı olsun:
```
// foo.h
typedef struct S
{
char c;
double d;
} S... | |||
April 09, 2011 Issues » [Issue 5825] New: write is calling a deprecated function | |||
|---|---|---|---|
| |||
...50 PDT ---
import std.stdio;
void main()
{
typedef void* HANDLE;
HANDLE hnd;
write(hnd);
}
D... | |||
April 09, 2011 Learn » Re: Anyone have a function to print out the field name and its value? | |||
|---|---|---|---|
| |||
...a type that is a typedef to say a void*: typedef void* HANDLE struct S... | |||
March 28, 2011 General » Re: [GSoC Proposal] Statically Checked Measurement Units | |||
|---|---|---|---|
| |||
...on as a ValueType to a quantity: typedef Quantity!(City, BoundedInt!(0,100)) CityID; And... | |||
March 28, 2011 General » [GSoC Proposal] Statically Checked Measurement Units | |||
|---|---|---|---|
| |||
...SomeUnitBaseType!(...) {}
struct Second : SomeUnitBaseType!(...) {}
typedef DerivedUnit!(MetreType,1,Second,-1) MetresPerSecond;
typedef DerivedUnit!(MetreType,2... | |||
March 24, 2011 Issues » [Issue 4543] Regression(1.054, 2.038) typedef circular definition and segfault | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=4543 Here (and in StructDeclaration), if... | |||
March 24, 2011 Issues » [Issue 4543] Regression(1.054, 2.038) typedef circular definition and segfault | |||
|---|---|---|---|
| |||
...d ===
import b4543;
class bclass {};
typedef bclass Tclass;
struct bstruct {}
typedef bstruct Tstruct;
=== b4543.d... | |||
Copyright © 1999-2021 by the D Language Foundation