December 02 Learn » Re: what's the use of empty structs in C-style languages ? | |||
|---|---|---|---|
| |||
...and they don't actually have any data. And there are probably other uses that... | |||
December 02 Learn » Re: volatile struct definition for peripheral control registers | |||
|---|---|---|---|
| |||
...capacity] data = ' ';
char[] buff;
size_t titleLength;
this(string _data)
{
buff = data[];
this ~= _data;
... | |||
December 01 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...posterity
```d
struct data(T,size_t N){}
enum isdata(T:data!(S,N),S... | |||
December 01 Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...an infinite limit, although I have no data on this, it just works with the... | |||
December 01 Issues » [Issue 21583] `array` is not `@safe` for a certain combination of `iota` and data types | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21583 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 21232] std.parallelism.parallel reuses thread, leading to stale static data | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21232 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 20523] std.zip: Invalid data yields RangeError in ZipArchive constructor | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20523 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 19879] std.concurrency: Emit offending field name when failing to spawn() with mutable thread-local data | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19879 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 17006] std.data.json (replacement for std.json) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17006 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 16429] Sorted multimap data structure based on std.container.rbtree | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16429 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
Copyright © 1999-2021 by the D Language Foundation