6 days ago Issues » [Issue 17802] allocatorObject doesn't set the passed allocator when it has state into impl field of CAllocatorImpl | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17802 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...smaller functions. Now I have az image2D_impl() too. And 3 more. But the recursive... | |||
August 20 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...20MB) - perhaps I made a mistake the impl but I expected only the portion of... | |||
July 23 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
...const{return test1_impl(this);}
abstract void test2(int i)const{test2_impl(this, i... | |||
July 13 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...d/mysql-native/blob/57fbc2b61aa93dccc11b2f45d3ae23552fd1fdff/source/mysql/impl/connection.d#L32). In many cases, after... | |||
June 24 DIP Development » Re: First Draft: Callback For Matching Type | |||
|---|---|---|---|
| |||
...struct Impl
{
int constant;
string variable;
Expr minus;
Binary plus, times;
}
mixin EnumUnion!Impl;
// Provides... | |||
June 20 Issues » [Issue 24618] New: redefined core type errors should show fully qualified name | |||
|---|---|---|---|
| |||
...looked like this: cannot pass argument `(*aa.impl).keysz` of type `immutable(uint)` to parameter... | |||
April 17 General » Attribute promises vs inference rules | |||
|---|---|---|---|
| |||
...pure_impl = () @trusted { return cast(bool function(int* p) pure @safe)&(impl); }();
return pure_impl... | |||
March 09 DIP Development » Re: First Draft: Bit Fields | |||
|---|---|---|---|
| |||
...assert(S.b.sizeof == 4); ``` Yes. Bitfield impl doesn't allow shared, static (or even... | |||
February 16 General » Re: A proposal: Sumtypes | |||
|---|---|---|---|
| |||
...struct MySumType
{ sumtype Impl = int a | float b | dchar c;
Impl impl;
}
```
Why do I... | |||
Copyright © 1999-2021 by the D Language Foundation