November 04, 2010 General » An Idea - New data stucture for D | |||
|---|---|---|---|
| |||
...void fn1(params) { Serialize(Call(fn1,params)); }
...
void fnN(params) { Serialize(Call(fnN,params)); }
}
So... | |||
November 03, 2010 Issues » [Issue 4529] Segfault(typinf.c) with writeln of functions | |||
|---|---|---|---|
| |||
...at this line.
------
t->vtinfo->toObjFile(global.params.multiobj);
}
}
}
+ if (!vtinfo)
+ vtinfo = t->vtinfo;
Expression... | |||
November 01, 2010 Learn » Re: higher-order functions | |||
|---|---|---|---|
| |||
...using the form
auto f = function type (params) {block}
is solved, we do not need... | |||
November 01, 2010 Learn » Re: How to use a member function (delegate) as a function pointer | |||
|---|---|---|---|
| |||
...code into memory that passes the delegate params in unused registers. I don't even... | |||
October 31, 2010 Issues » [Issue 2170] Replace struct "literals" with actual struct literals | |||
|---|---|---|---|
| |||
...for both true struct literals and named params! (I'm for explicit / self-commenting code... | |||
October 21, 2010 Issues » [Issue 5092] New: pure nothrow should be ignored for unit tests | |||
|---|---|---|---|
| |||
...void UnitTestDeclaration::semantic(Scope *sc)
{
if (global.params.useUnitTests)
{
if (!type)
type = new TypeFunction(NULL... | |||
October 19, 2010 Issues » [Issue 5071] passing value by ref to a function with an inner dynamic closure results in a wrong code | |||
|---|---|---|---|
| |||
...the closure, it correctly recognizes that ref params are just pointers. But, it needs to... | |||
October 13, 2010 c++.stlsoft » STLSoft 1.10.1 alpha 15 (delta) released | |||
|---|---|---|---|
| |||
...RETURN_EXTERNAL(); added STLSOFT_CONTRACT_ENFORCE_POSTCONDITION_PARAMS_EXTERNAL() * added winstl/filesystem/file_seek_functions... | |||
October 07, 2010 General » Re: Template params: decl vs instantiation syntax | |||
|---|---|---|---|
| |||
Ah ok, I read over "Why not use the exclamation for declaration too?" and thought... | |||
October 07, 2010 General » Re: Template params: decl vs instantiation syntax | |||
|---|---|---|---|
| |||
I think you misunderstood the question. I understand why there's a difference between function... | |||
Copyright © 1999-2021 by the D Language Foundation