February 17, 2023 Issues » [Issue 17541] Function attribute deduction depends on compile invocation | |||
|---|---|---|---|
| |||
...struct SafeRefCounted(T){
struct RefCountedStore{
struct Impl{
T _payload;
}
Impl* _store;
}
RefCountedStore* _refCounted;
this(T... | |||
January 31, 2023 General » Re: std.process: memory allocation with malloc in execv_ | |||
|---|---|---|---|
| |||
...blob/b3129254c8e4c25043bc11f820e5d8ea323ac603/druntime/src/core/internal/gc/impl/conservative/gc.d#L1947 But even if... | |||
January 23, 2023 General » Re: Trying to use Mir ion, its a perfect example of the failure of D's attribute system | |||
|---|---|---|---|
| |||
...version:
```d
void process()(void delegate() userData) {/*impl*/}
```
Trying 2.099 (dmd-nightly on run... | |||
January 23, 2023 Learn » Re: Non-ugly ways to implement a 'static' class or namespace? | |||
|---|---|---|---|
| |||
...static import mylib.impl.funcs; // mylib/impl/funcs.d module mylib.impl.funcs; void foo... | |||
January 20, 2023 Learn » Re: Non-ugly ways to implement a 'static' class or namespace? | |||
|---|---|---|---|
| |||
...doing a private implementation: ```d module drawer.impl; void drawLine(...) ``` Then, you create another file... | |||
January 20, 2023 General » Re: Trying to use Mir ion, its a perfect example of the failure of D's attribute system | |||
|---|---|---|---|
| |||
...alias impl, protoDG, alias _WithAnyCombinationOfAttributes = WithAnyCombinationOfAttributes)
{
static foreach (DG; _WithAnyCombinationOfAttributes!protoDG)
alias opApply = impl!DG... | |||
January 16, 2023 Learn » Re: Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...claim (it uses static array) 2. `alias impl this;` introduces some unexpected interactions (e.g... | |||
January 13, 2023 Learn » Re: Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...T, size_t n)
{
T[n] impl;
alias impl this;
/**
* Per-element unary operations.
*/
Vec... | |||
January 04, 2023 Learn » Re: Address of a class object | |||
|---|---|---|---|
| |||
...blob/4dc7259a89950b0a0feda05b8c35e52cadd00c95/druntime/src/core/internal/gc/impl/conservative/gc.d#L1402-L1424 And of... | |||
December 17, 2022 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 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
Copyright © 1999-2021 by the D Language Foundation