December 17, 2008 General » Re: Things that may be removed | |||
|---|---|---|---|
| |||
...D you can do that as (probably typedef is much less common in D code... | |||
December 17, 2008 Issues » [Issue 2520] New: ICE on template mixin typedef | |||
|---|---|---|---|
| |||
...id=2520
Summary: ICE on template mixin typedef
Product: D
Version: unspecified
Platform: PC
OS... | |||
December 04, 2008 General » Re: Value Preservation and Polysemy -> context dependent integer literals | |||
|---|---|---|---|
| |||
...as if size_t would be a typedef, but with the usual rules wrt to... | |||
November 29, 2008 General » Simplifying templates | |||
|---|---|---|---|
| |||
...need alias anymore type myOtherInt : int; //or typedef, note the colon type[3] threeIntegers = [short... | |||
November 21, 2008 General » Re: Good complexity | |||
|---|---|---|---|
| |||
...mat.uni.torun.pl> wrote: No kidding: #define STATIC_ASSERT(expr) typedef char __staticAssert[ (expr) ] | |||
November 20, 2008 Issues » [Issue 2461] Duplicate typedef (with different initializer) in module has wrong value | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2461
smjg@iname.com changed:
What... | |||
November 19, 2008 Issues » [Issue 2461] New: Duplicate typedef (with different initializer) in module has wrong value | |||
|---|---|---|---|
| |||
...void f1() {
typedef int MyInt = 555;
MyInt x;
writefln(x);
}
void f2() {
typedef int MyInt... | |||
November 14, 2008 Issues » [Issue 633] Enum promotion rules are not specified | |||
|---|---|---|---|
| |||
...spec now says "typedef or enum" where previously it just said "typedef", thus reducing this... | |||
November 06, 2008 General » Re: null and type safety | |||
|---|---|---|---|
| |||
...not explicitly support this with bodied typedefs?
typedef int MyInt(int m, int M)
{
MyInt... | |||
November 06, 2008 General » Re: C++ traps that D2 doesn't avoid yet? | |||
|---|---|---|---|
| |||
...more than you have to. Use the "typedef BaseClass super" trick to avoid it. And... | |||
Copyright © 1999-2021 by the D Language Foundation