August 23, 2023 Issues » [Issue 17477] DMD error message for delegate with wrong attributes is very confusing | |||
|---|---|---|---|
| |||
...error should say: function `lambdaarg.f(void delegate(int) nothrow dlg)` is not callable using... | |||
August 22, 2023 Issues » [Issue 24096] a pure function is in fact impure for local automatic external variables | |||
|---|---|---|---|
| |||
...in the delegate, we capture the variable of the function itself where the delegate is... | |||
August 19, 2023 Issues » [Issue 17477] DMD error message for delegate with wrong attributes is very confusing | |||
|---|---|---|---|
| |||
...lambda2` of type `void delegate(int x) @system` to `void delegate(int) nothrow` Note the... | |||
August 12, 2023 Learn » Re: sort with char’s | |||
|---|---|---|---|
| |||
...d => add(d));
}
int opApply(scope int delegate(ref T) dg) {
auto cur=root;
while... | |||
August 10, 2023 Learn » sort with char’s | |||
|---|---|---|---|
| |||
...each!(d => add(d));
}
int opApply(int delegate(ref T) dg) {
auto cur=start;
while... | |||
August 09, 2023 General » [vibe.d] WebSocket mess with "cast(shared) ..." | |||
|---|---|---|---|
| |||
...vibe.http.websockets.WebSocket.send(scope void delegate(scope vibe.http.websockets.OutgoingWebSocketMessage) @safe, vibe... | |||
July 25, 2023 Issues » [Issue 24055] is(x == __parameters) does not work on function pointer/delegate types | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24055 Dlang Bot <dlang-bot@dlang.rocks... | |||
July 24, 2023 Issues » [Issue 24055] is(x == __parameters) does not work on function pointer/delegate types | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24055 Dlang Bot <dlang-bot@dlang.rocks... | |||
July 24, 2023 Issues » [Issue 24055] New: is(x == __parameters) does not work on function pointer/delegate types | |||
|---|---|---|---|
| |||
...parameters) does not work on function
pointer/delegate types
Product: D
Version: D2
Hardware: All... | |||
July 14, 2023 Issues » [Issue 23106] the simple main() leaks 72 bytes | |||
|---|---|---|---|
| |||
...int(ref rt.sections_elf_shared.DSO) delegate) (in /tmp/temp_7F336C18C4D0) ==117347== by 0x4398BC... | |||
Copyright © 1999-2021 by the D Language Foundation