December 19, 2006 Learn, General » Modifiers and declarations (Was: Re: alias and typedef declarations) | |||
|---|---|---|---|
| |||
Yes, unfortunately it really is that DMD allows modifiers in many declarations where it does... | |||
December 17, 2006 Learn » alias and typedef declarations | |||
|---|---|---|---|
| |||
...it. Any suggestion? (the same happens if "typedef" is used instead of "alias") BTW, while... | |||
December 17, 2006 General » Re: D Design Could Be Improved | |||
|---|---|---|---|
| |||
...the appropriate struct in a C header:
typedef struct
{
unsigned char a : 2;
unsigned char... | |||
December 15, 2006 General » Re: Array operations -- not actually so difficult | |||
|---|---|---|---|
| |||
...property for a typedef'ed or other user defined type. E.g. typedef int myint... | |||
December 15, 2006 General » [Patch] Variable Template | |||
|---|---|---|---|
| |||
...patch for variable template 'without' alias and typedef. Test Code: const int test(int x... | |||
December 14, 2006 General » Re: Constants, Aliases | |||
|---|---|---|---|
| |||
...Alias is too closely connected to typedef, and typedef is too closely connected to C... | |||
December 14, 2006 Learn » overloading &&, || etc? | |||
|---|---|---|---|
| |||
...want to simply use an alias or typedef). Below is my basic class. With the... | |||
December 14, 2006 General » Re: Expression templates | |||
|---|---|---|---|
| |||
...char operation, LeftExpr, RightExpr, int dummy=0) {
typedef int isExpr; // workaround because is() doesn't... | |||
December 14, 2006 Learn » Re: Am I getting this all right? | |||
|---|---|---|---|
| |||
...TODO: what if it's a struct, typedef, etc.?
} else {
bar[3] = T.init;
}
}
}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BTW... | |||
December 13, 2006 c++.beta » Re: [8.50.1n] another bug | |||
|---|---|---|---|
| |||
...type nrv(x);
--x;
return nrv;
}
private:
typedef T decrementable_type;
};
int main( int , char... | |||
Copyright © 1999-2021 by the D Language Foundation