1 day ago Issues » [Issue 19039] __entrypoint.main has file and line location of app.d | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19039 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
5 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...Thing))~";");
alias serialiserFor = thingMod.serialise;
}
```
## app.d
```d
module app;
import std.stdio;
void main... | |||
5 days ago General » Something like ADL from C++? | |||
|---|---|---|---|
| |||
...user thing in a module somewhere:
```
module app.user_thing:
struct UserThing
{ ... }
void serialise(void... | |||
December 01 Issues » [Issue 21448] Linker errors while building a Vibe.d app | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21448 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
November 30 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...ok/dlangtut/dub/69_raylib_error/source/app.d:16:(.text._Dmain[_Dmain]+0xe): undefined... | |||
November 22 Learn » Is there a way to Deferred binding symbol from dynamic library? | |||
|---|---|---|---|
| |||
...need to be deferred binding from runtime app. It can be done by pass `-Wl... | |||
November 13 Issues » [Issue 24856] New: std.array.Appender.ensureAddable can create stale memory references | |||
|---|---|---|---|
| |||
...void*[]) app;
app.put(null);
if(app.data.ptr !is blk.ptr) continue;
writeln(app... | |||
November 12 Issues » [Issue 16665] static assert is only checked after the following dependent type declaration | |||
|---|---|---|---|
| |||
...app app.d(4): Error: sequence index `0` out of bounds `[0 .. 0]` semantic2 app... | |||
October 31 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...BindBC/bindbc-pango/blob/master/example/source/app.d#L54). - First you need a [`PangoFontMap... | |||
October 23 Learn » std.algorithm.countUntil and alias | |||
|---|---|---|---|
| |||
...myStruct.test)([EnumMembers!Test]);
// this triggers error: app.d(22): Error: none of the overloads... | |||
Copyright © 1999-2021 by the D Language Foundation