November 29, 2022 General » [SAoC 2022] Replace druntime Hooks with Templates: Milestone 3, Weeks 1 & 2 | |||
|---|---|---|---|
| |||
...need to make the compiler create a "dummy" object before calling `_d_newitemT`, so the... | |||
November 28, 2022 General » Re: Initialising Context Pointer during Semantic Analysis | |||
|---|---|---|---|
| |||
...t the `alias dummy` parameter the same as a `const ref T dummy` parameter? Does... | |||
November 26, 2022 General » Re: Initialising Context Pointer during Semantic Analysis | |||
|---|---|---|---|
| |||
...the compiler frontend:
auto make(T,alias dummy)(){
return T(); // can do your emplace magic... | |||
November 14, 2022 Learn » Re: Making sense out of scope and function calls | |||
|---|---|---|---|
| |||
...safe:
int* dummy;
string[int][LowerCaseToken] _headers;
this(return ref int i)
{
dummy = &i;
}
string... | |||
November 04, 2022 Learn » Re: Makefiles and dub | |||
|---|---|---|---|
| |||
...build system: - Create a subdirectory containing a dummy empty dub project (containing nothing but an... | |||
October 04, 2022 Issues » [Issue 23387] New: ImportC: identical structs defined in two C files lead to duplicate .init symbol on macOS | |||
|---|---|---|---|
| |||
...for structs collides across different object files. // Dummy function definitions to make the example compile... | |||
September 16, 2022 Issues » [Issue 13732] Regular templates can use "template this", and they allow any type to be passed | |||
|---|---|---|---|
| |||
...this)`. Note: This is done with a dummy specialization, which causes the correct semantic error... | |||
September 12, 2022 Learn » Re: Function attribute best practices | |||
|---|---|---|---|
| |||
...the caller. So for instance, create a dummy range that is pure, nogc, nothrow, safe... | |||
September 07, 2022 General » Why no dconf links at dlang.org | |||
|---|---|---|---|
| |||
I like watching DConf slides and videos, why not add a link to the front... | |||
September 02, 2022 GDC » Re: Looking to make a GDC-12 mingw64 package | |||
|---|---|---|---|
| |||
...options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386... | |||
Copyright © 1999-2021 by the D Language Foundation