Search

January 08, 2007
General »
...is( tOp tResult == return ) )
        alias tResult tReduceResult;
}

typedef int ReduceDefault;

tMapResult!(tType) map(tType, tOp...
January 07, 2007
c++ »
...include <string>
#include <windows.h>
#include <iostream>

typedef DECLSPEC_IMPORT HRESULT WINAPI (*AssocQueryStringType )(DWORD,DWORD...
January 06, 2007
Issues »
...D) typedef int delegate(void *) dg_t;
internal/aaA.d:690 extern (D) typedef int...
January 01, 2007
Issues »
...an int:
#
# typedef byte X;
#
# static if(is(X == typedef) && is(X base == typedef)){
#    static...
December 31, 2006
Issues »
...nocompile/t/typedef_11_A.d http://dstress.kuehne.cn/nocompile/t/typedef_11_B...
December 30, 2006
Issues »
...this is a variation of issue #628)

#
# typedef int T = 0x12_34_FF_56;
#
# void...
December 24, 2006
General »
...copy and paste. You need to change typedef to alias, you need to change enums...
December 23, 2006
Issues »
...digitalmars.com
        ReportedBy: dvdfrdmn@users.sf.net


------------------
typedef int Xint = 42;
void test1()
{
    Xint[3...
December 23, 2006
Issues »
...main(){
#    typedef Foo!(int) Foo;
# }
#

test cases: http://dstres.kuehne.cn/nocompile/t/typedef_11...
December 19, 2006
Learn, General »
I will do that in the Descent plugin. It will show you, only as warning...
249 250 251 252 253 254 255 256 257 258 259
Next ›   Last »