November 03, 2011 General » More bugs found in OS code | |||
|---|---|---|---|
| |||
...VirtualDub project. Unsigned type is always >= 0. typedef unsigned short wint_t; ... void lexungetc(wint... | |||
November 01, 2011 General » Re: For the new std.variant | |||
|---|---|---|---|
| |||
As others have mentioned, typedef is being deprecated. That said, variant now supports duck-typing... | |||
November 01, 2011 General » Re: For the new std.variant | |||
|---|---|---|---|
| |||
...not gone there - just as well. Forgetting typedef, which I should assume does not exist... | |||
October 31, 2011 General » Re: For the new std.variant | |||
|---|---|---|---|
| |||
...like:
struct X
{
int a;
double b;
}
typedef X Y;
alias X Z;
void discriminate... | |||
October 31, 2011 General » Re: For the new std.variant | |||
|---|---|---|---|
| |||
typedef shouldn't exist anymore, use alias. Steve Teale Wrote: | |||
October 31, 2011 General » For the new std.variant | |||
|---|---|---|---|
| |||
...struct B
{
int p, q, r, s;
}
typedef B C;
void main()
{
B b;
C... | |||
October 19, 2011 General » Re: Potential low hanging fruit from PVS-Studio | |||
|---|---|---|---|
| |||
...Fragment N3":
#define SEC_ASN1_CHOICE 0x100000
typedef struct sec_ASN1Template_struct {
unsigned long kind... | |||
October 19, 2011 Issues » [Issue 5409] Disallow (!x & y) | |||
|---|---|---|---|
| |||
...Fragment N3:
#define SEC_ASN1_CHOICE 0x100000
typedef struct sec_ASN1Template_struct {
unsigned long kind... | |||
October 17, 2011 General » Re: The CAPI Manifesto | |||
|---|---|---|---|
| |||
...Hum, but _t in C stands for typedef. Wouldn't it be better to just... | |||
October 09, 2011 General » Re: RFC - mysqlD | |||
|---|---|---|---|
| |||
...not actually a C long but rather a typedef that varies in some other way? | |||
Copyright © 1999-2021 by the D Language Foundation