January 08, 2007 General » D templates + IFTI + Tuples + delegate literals = holy bovine! | |||
|---|---|---|---|
| |||
...is( tOp tResult == return ) )
alias tResult tReduceResult;
}
typedef int ReduceDefault;
tMapResult!(tType) map(tType, tOp... | |||
January 07, 2007 c++ » Re: How to find the Path of Internet Explorer | |||
|---|---|---|---|
| |||
...include <string> #include <windows.h> #include <iostream> typedef DECLSPEC_IMPORT HRESULT WINAPI (*AssocQueryStringType )(DWORD,DWORD... | |||
January 06, 2007 Issues » [Issue 802] New: ABI/API issues in phobos/internal/aaA.d | |||
|---|---|---|---|
| |||
...D) typedef int delegate(void *) dg_t; internal/aaA.d:690 extern (D) typedef int... | |||
January 01, 2007 Issues » [Issue 196] Static assertion involving typedef's base type fails strangely | |||
|---|---|---|---|
| |||
...an int:
#
# typedef byte X;
#
# static if(is(X == typedef) && is(X base == typedef)){
# static... | |||
December 31, 2006 Issues » [Issue 724] templated circular typedef in function causes: template.c:2735: TemplateDeclaration* TemplateInstance::findTemplateDeclaration(Scope*): Assertion `s->parent' failed. | |||
|---|---|---|---|
| |||
...nocompile/t/typedef_11_A.d http://dstress.kuehne.cn/nocompile/t/typedef_11_B... | |||
December 30, 2006 Issues » [Issue 779] New: init.c:103: virtual Expression* VoidInitializer::toExpression(): Assertion `0' failed. | |||
|---|---|---|---|
| |||
...this is a variation of issue #628) # # typedef int T = 0x12_34_FF_56; # # void... | |||
December 24, 2006 General » Re: Deprecate C style declerations? | |||
|---|---|---|---|
| |||
...copy and paste. You need to change typedef to alias, you need to change enums... | |||
December 23, 2006 Issues » [Issue 734] New: Multidimensional arrays use incorrect initializer | |||
|---|---|---|---|
| |||
...digitalmars.com
ReportedBy: dvdfrdmn@users.sf.net
------------------
typedef int Xint = 42;
void test1()
{
Xint[3... | |||
December 23, 2006 Issues » [Issue 724] New: templated circular typedef in function causes: template.c:2735: TemplateDeclaration* TemplateInstance::findTemplateDeclaration(Scope*): Assertion `s->parent' failed. | |||
|---|---|---|---|
| |||
...main(){
# typedef Foo!(int) Foo;
# }
#
test cases: http://dstres.kuehne.cn/nocompile/t/typedef_11... | |||
December 19, 2006 Learn, General » Re: Modifiers and declarations (Was: Re: alias and typedef declarations) | |||
|---|---|---|---|
| |||
I will do that in the Descent plugin. It will show you, only as warning... | |||
Copyright © 1999-2021 by the D Language Foundation