March 04, 2009 General » Re: Null references (oh no, not again!) | |||
|---|---|---|---|
| |||
...flag, be switched to a simple alias/typedef of the internal type. Near zero overhead... | |||
February 27, 2009 Issues » [Issue 2692] New: alignment of double on x86 linux is incorrect | |||
|---|---|---|---|
| |||
...i;
double d;
}
Foo foo();
C CODE:
=======
typedef struct
{
int i;
double d;
} S;
S... | |||
February 24, 2009 Issues » [Issue 2685] New: implicit string literal concatenation | |||
|---|---|---|---|
| |||
...switch", "synchronized",
"template", "this", "throw", "true", "try", "typedef", "typeid",
"typeof", "ubyte", "ucent", "uint" "ulong", "union... | |||
February 22, 2009 General » Implicit string literal concatenation will die [Was: Is implicit string literal concatenation a good thing?] | |||
|---|---|---|---|
| |||
...switch synchronized
template this throw true try typedef typeid
typeof ubyte ucent uint ulong union... | |||
February 22, 2009 General » Is implicit string literal concatenation a good thing? | |||
|---|---|---|---|
| |||
...switch", "synchronized",
"template", "this", "throw", "true", "try", "typedef", "typeid",
"typeof", "ubyte", "ucent", "uint" "ulong", "union... | |||
February 18, 2009 c++.stlsoft » Re: COMSTL Enumeration Policy for IEnumerable? | |||
|---|---|---|---|
| |||
...CI>
struct raw_get_enumerator_policy
{
public:
typedef CI collection_interface;
public:
static HRESULT acquire... | |||
February 18, 2009 General » Re: range stuff | |||
|---|---|---|---|
| |||
...non-Unicode text once in a while -- typedef'ing ubyte just possibly became useful -- but... | |||
February 13, 2009 c++.stlsoft » Re: COMSTL Enumeration Policy for IEnumerable? | |||
|---|---|---|---|
| |||
...class CI>
struct get_enumerator_policy
{
public:
typedef CI collection_interface;
public:
static HRESULT acquire... | |||
February 13, 2009 Learn » Re: Example Attached | |||
|---|---|---|---|
| |||
...raw' function pointer type (not an alias/typedef to one), I'm pretty sure it... | |||
February 12, 2009 General » Re: Old problem with performance | |||
|---|---|---|---|
| |||
...t' reference. Like you can't write "typedef X* T;" in C... That's what... | |||
Copyright © 1999-2021 by the D Language Foundation