October 13 General » move+forward as intrinsics, incl. revised forward semantics for perfect forwarding | |||
|---|---|---|---|
| |||
...have to import `core.lifetime` everywhere and end up with complicated template bloat for a... | |||
October 12 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...wrote: The semantic distinction in the front-end motivates the overload selection, not the calling... | |||
October 11 LDC » Building for ARM 32-bit embedded | |||
|---|---|---|---|
| |||
...platform will not have anything available, optimal end-result is a standalone executable), I would... | |||
October 11 General » Re: betterC and core.stdc modules; betterC and varargs routines | |||
|---|---|---|---|
| |||
...stdarg;
// add this
extern(C) void va_end(void* ap){}
pragma(printf)
public extern(C... | |||
October 10 General » betterC and core.stdc modules; betterC and varargs routines | |||
|---|---|---|---|
| |||
...f); auto rc = vprintf(f, ap); va_end(ap); return rc; } extern(C) void main... | |||
October 10 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...PAM_SUCCESS)
{
pam_end(pamh, retval);
return AUTH_ERR_AUTH;
}
retval = pam_end(pamh, PAM... | |||
October 10 Issues » [Issue 24798] Under some circumstances, the compiler destroys the same object more than once | |||
|---|---|---|---|
| |||
...the frontend wrongly destructs `s` at the end of the function, see -vcg-ast } struct... | |||
October 10 Issues » [Issue 24798] std.algorithm.substitute appears to be destroying an already destroyed value | |||
|---|---|---|---|
| |||
...struct to its init value at the end of a destructor, but no one is... | |||
October 09 Learn » Re: LDC cant find lld-link when crosscompiling | |||
|---|---|---|---|
| |||
...calls to invoke the linker (at the end of the output). Another idea it to... | |||
October 09 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...If you introduce opMove, then you'll end up with opIndexMove, opOpMove, etc. Is that... | |||
Copyright © 1999-2021 by the D Language Foundation