Search

November 04, 2010
General »
...void fn1(params) { Serialize(Call(fn1,params)); }
	...
	void fnN(params) { Serialize(Call(fnN,params)); }
}

So...
November 03, 2010
Issues »
...at this line.

------

                t->vtinfo->toObjFile(global.params.multiobj);
            }
        }
    }
+    if (!vtinfo)
+        vtinfo = t->vtinfo;
    Expression...
November 01, 2010
Learn »
...using the form
	auto f = function type (params) {block}
is solved, we do not need...
November 01, 2010
Learn »
...code into memory that passes the delegate params in unused registers.  I don't even...
October 31, 2010
Issues »
...for both true struct literals and named params! (I'm for explicit /
self-commenting code...
October 21, 2010
Issues »
...void UnitTestDeclaration::semantic(Scope *sc)
{
    if (global.params.useUnitTests)
    {
        if (!type)
            type = new TypeFunction(NULL...
October 19, 2010
Issues »
...the closure, it correctly recognizes that
ref params are just pointers. But, it needs to...
October 13, 2010
c++.stlsoft »
...RETURN_EXTERNAL(); added STLSOFT_CONTRACT_ENFORCE_POSTCONDITION_PARAMS_EXTERNAL()
 * added winstl/filesystem/file_seek_functions...
October 07, 2010
General »
Ah ok, I read over "Why not use the exclamation for declaration too?" and thought...
October 07, 2010
General »
I think you misunderstood the question. I understand why there's a difference between function...
117 118 119 120 121 122 123 124 125 126 127
Next ›   Last »