Search

October 13
General »
...have to import `core.lifetime` everywhere and end up with complicated template bloat for a...
October 12
General »
...wrote:


The semantic distinction in the front-end motivates the overload selection, not the calling...
October 11
LDC »
...platform will not have anything available, optimal end-result is a standalone executable), I would...
October 11
General »
...stdarg;


// add this
extern(C) void va_end(void* ap){}

pragma(printf)
public extern(C...
October 10
General »
...f);
	auto rc = vprintf(f, ap);
	va_end(ap);

	return rc;
}

extern(C) void main...
October 10
Learn »
...PAM_SUCCESS)
      {
        pam_end(pamh, retval);
        return AUTH_ERR_AUTH;
      }

      retval = pam_end(pamh, PAM...
October 10
Issues »
...the frontend wrongly destructs `s` at the end of the function, see
-vcg-ast
}

struct...
October 10
Issues »
...struct to its init value at the end of a destructor, but no one is...
October 09
Learn »
...calls to invoke the linker (at the end of the output).

Another idea it to...
October 09
General »
...If you introduce opMove, then you'll end up with opIndexMove, opOpMove, etc.
Is that...
1 2 3 4 5 6 7
Next ›   Last »