Search

January 26, 2008
Issues »
...template just has a single alias (or typedef, maybe?), then replace the template reference with...
January 21, 2008
General »
...0i
    putr(cast(idouble)-5i); // -5.0i

    typedef int T;
    T t = 10;
    putr(t...
January 20, 2008
General »
...signed, a la "signed char", not a typedef
for "char", whose signedness varies (but, unfortunately...
January 20, 2008
General »
...when int8_t showed up as a typedef for char). That's not a big...
January 15, 2008
General »
...has to be done as an alias/typedef and then used.

alias extern(Windows) char...
January 03, 2008
Issues »
...com
        ReportedBy: davidl@126.com


class DebugInfo
{
typedef int CVHeaderType ;
enum anon:CVHeaderType{ CV_NONE...
January 02, 2008
General »
...I would lean toward using typedef or alias for that:

  typedef uint ThisUsedToBeCalledAnEnum {
    ... list of...
January 01, 2008
General »
...T is a delegate
    T is a typedef
    T is a named enum

Until it...
December 31, 2007
Learn »
...version when it doesn't have the "typedef". You would
find this in a header...
December 30, 2007
Learn »
...alias" version would actually be equivalent to:

typedef void (*signal(int, void (*)(int)))(int);

		Jerome...
220 221 222 223 224 225 226 227 228 229 230
Next ›   Last »