Search

November 29, 2022
General »
...need to make the compiler create a "dummy" object before calling `_d_newitemT`, so the...
November 28, 2022
General »
...t the `alias dummy` parameter the same as a `const ref T dummy` parameter? Does...
November 26, 2022
General »
...the compiler frontend:

auto make(T,alias dummy)(){
    return T(); // can do your emplace magic...
November 14, 2022
Learn »
...safe:
    int* dummy;
    string[int][LowerCaseToken] _headers;

    this(return ref int i)
    {
        dummy = &i;
    }

    string...
November 04, 2022
Learn »
...build system:

- Create a subdirectory containing a dummy empty dub project (containing
  nothing but an...
October 04, 2022
Issues »
...for structs collides across different object files.

// Dummy function definitions to make the example compile...
September 16, 2022
Issues »
...this)`.

  Note: This is done with a dummy specialization, which causes the correct
  semantic error...
September 12, 2022
Learn »
...the caller.

So for instance, create a dummy range that is pure, nogc, nothrow, safe...
September 07, 2022
General »
I like watching DConf slides and videos, why not add a link to the front...
September 02, 2022
GDC »
...options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386...
1 2 3 4 5 6 7 8
Next ›   Last »