September 10, 2023 General » Re: D Programming: How to Define and Use Custom Attributes | |||
|---|---|---|---|
| |||
...struct Reply(RA...) {}
struct Failure(RA...) {}
mixin template ProxyReceiver() {
Proxy!(typeof(this)) _proxy;
void reply... | |||
September 08, 2023 Learn » Re: malloc error when trying to assign the returned pointer to a struct field | |||
|---|---|---|---|
| |||
...structs/vector.d#L44) struct and the [template](https://codeberg.org/rempas/nemesis/src/branch... | |||
September 06, 2023 Learn » Re: D DLL crashes if not run on the main thread | |||
|---|---|---|---|
| |||
...cause a crash (it calls a function template inside of a class and returns the... | |||
September 04, 2023 Issues » [Issue 24135] Eponymous template member overloads not shown as call candidates | |||
|---|---|---|---|
| |||
...pull request #15572 "Fix Issue 24135 - Eponymous template member overloads not shown as call candidates... | |||
September 04, 2023 Issues » [Issue 24135] Eponymous template member overloads not shown as call candidates | |||
|---|---|---|---|
| |||
...24135 BTW that only applies to t2, for skipOver only the parent template is shown. -- | |||
September 04, 2023 Issues » [Issue 24135] Eponymous template member overloads not shown as call candidates | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24135 Nick Treleaven <nick@geany.org> changed... | |||
September 04, 2023 Issues » [Issue 24135] New: Eponymous template member overloads not shown as call candidates | |||
|---|---|---|---|
| |||
...id=24135
Issue ID: 24135
Summary: Eponymous template member overloads not shown as call
candidates... | |||
September 02, 2023 Learn » Re: I don't understand betterC | |||
|---|---|---|---|
| |||
...have to mimic "classes" behavior with some template magic, just like OOP in C similar... | |||
August 31, 2023 Learn » pointer to std.algorithm.iteration : splitter | |||
|---|---|---|---|
| |||
...Error: template instance `splitter!((a, b) => a.splitter(b).array)` does not match any template... | |||
August 30, 2023 Learn » Ideas to reduce error message size? | |||
|---|---|---|---|
| |||
...lines**>
src/dget/db.d(276): Error: template instance `api3.forgeSqlCheckerForSchema!(Schema("public", <snip **BAZILLIONS... | |||
Copyright © 1999-2021 by the D Language Foundation