March 07, 2007 Announce, GDC » Re: GDC release 0.23 | |||
|---|---|---|---|
| |||
...in hardware and to add an alias, typedef, struct, whatever, to allow C interop. This... | |||
March 07, 2007 Announce, GDC » Re: GDC release 0.23 | |||
|---|---|---|---|
| |||
...D, we can static-if an alias or typedef on the basis of mant_dig. | |||
March 07, 2007 Announce, GDC » Re: GDC release 0.23 | |||
|---|---|---|---|
| |||
...others, it might need to be a typedef rather than an alias, so that you... | |||
March 04, 2007 Learn » Different results for int and long alias | |||
|---|---|---|---|
| |||
...value_type denominator = TL.denominator * TR.denominator; typedef rational!(value_type,numerator,denominator).type type... | |||
March 02, 2007 Learn » Re: comparing typedefed type to null | |||
|---|---|---|---|
| |||
...realType(T)
{
static if(is(T U == typedef))
alias realType!(U) realType;
else
alias T... | |||
March 02, 2007 Learn » comparing typedefed type to null | |||
|---|---|---|---|
| |||
...need to do this:
struct __Foo {};
typedef Foo* FooRef;
typedef FooRef BarRef;
{
BarRef br = ...;
FooRef... | |||
February 27, 2007 c++.stlsoft » COMSTL collection_sequence and enumerator_sequence have no const_iterator type | |||
|---|---|---|---|
| |||
...IMO, every sequence and sequence adaptor should have a const_iterator typedef. So Long... Gabor | |||
February 24, 2007 Learn » Enum/typedef and overloading | |||
|---|---|---|---|
| |||
Tested in dmd 1.007, the two toString definitions conflicts when they are in main... | |||
February 23, 2007 General » Re: Design of reflective enums | |||
|---|---|---|---|
| |||
This is doable, unfortunately function overload on typedef/enum seems broken, so.. Well for reflective... | |||
February 23, 2007 General » Re: Design of reflective enums | |||
|---|---|---|---|
| |||
...enums should be able to produce a typedef, just like built-in enums. 2. Built... | |||
Copyright © 1999-2021 by the D Language Foundation