December 01 Issues » [Issue 14470] Reuse of object memory: new emplace overload | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14470 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 13103] struct initialization w/ null for Rebindable!(const Object) fails | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13103 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 12545] An object with .init breaks std.range.ElementType | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12545 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 General » Re: Variable notation | |||
|---|---|---|---|
| |||
...std.traits : hasUDA;
static if (is(T : Object)) {
auto members = obj.tupleof;
foreach (i, member... | |||
December 01 General » Variable notation | |||
|---|---|---|---|
| |||
...T)(T obj) {
static if (is(T : Object)) {
auto members = obj.tupleof;
foreach (i, member... | |||
November 30 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...contains - exists Kütüphanedeki (sanırım front-end kısmı object.d'de) AA implementasyonunda .get |.update |.require... | |||
November 29 Learn » Re: DMD 2.109.1 not detecting object | |||
|---|---|---|---|
| |||
I was able to fix it. I uninstalled it completely and then reinstalled with a... | |||
November 28 Learn » Re: File-like option where the "file contents" comes from a string? | |||
|---|---|---|---|
| |||
...to convert that into a D `File` object. Keep in mind if you do this... | |||
November 28 Learn » Re: DMD 2.109.1 not detecting object | |||
|---|---|---|---|
| |||
Looks like my sc.ini is the same as another machine where dmd seems to... | |||
November 28 Learn » Re: DMD 2.109.1 not detecting object | |||
|---|---|---|---|
| |||
It does require MSVC on Windows for ImportC, so for all I know right now... | |||
Copyright © 1999-2021 by the D Language Foundation