June 14 Issues » [Issue 14445] std.net.curl not usable in @safe code | |||
|---|---|---|---|
| |||
...onSend = delegate size_t(void[] data)
{
auto m = cast(void[]) msg;
size_t length = m... | |||
June 14 General » Strange copying of a constant array of structures | |||
|---|---|---|---|
| |||
...T[] copyArray(T)(const T[] arr) {
T[] copy = new T[arr.length];
for (size_t... | |||
June 13 Learn » Re: How to use D without the GC ? | |||
|---|---|---|---|
| |||
...t making a difference since it's a long way into multiples of page size... | |||
June 11 Issues » [Issue 24599] New: [REG2.103] Wrongly elided TypeInfo emission leading to undefined symbols at link-time | |||
|---|---|---|---|
| |||
...Variable
{
size_t toHash() const { return 0; }
}
enum hasInoutConstruction(T) = __traits(compiles, { struct S { T... | |||
June 11 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
...was that the stack size issue ends up...use libc, I don't see any reason... | |||
June 09 Issues » [Issue 24594] New: ImportC: Packed struct has wrong layout | |||
|---|---|---|---|
| |||
...event
{
uint32_t events;
uint64_t data;
} __attribute__((packed));
int main()
{
printf("size: %zd\n... | |||
June 09 Issues » [Issue 24592] New: ImportC: Bitfield layout wrong for int64 on 32-bit Linux | |||
|---|---|---|---|
| |||
...com
Reporter: tim.dlang@t-online.de
The...h has the wrong size
with ImportC:
```
struct... | |||
June 05 General » Re: Object.toString, toHash, opCmp, opEquals | |||
|---|---|---|---|
| |||
...d string toString() const scope pure nothrow; size_t toHash() const scope pure nothrow @nogc... | |||
June 05 Learn » Re: How to pass in reference a fixed array in parameter | |||
|---|---|---|---|
| |||
...to sum up, i wasn't able to make fixed-size arrays to work with... | |||
June 02 Issues » [Issue 24579] New: stat_t has wrong size for Android armv7a | |||
|---|---|---|---|
| |||
...stat_t.init.tupleof[i].offsetof, " | ", __traits(identifier, stat_t.tupleof[i]), " size=", stat_t... | |||
Copyright © 1999-2021 by the D Language Foundation