January 25, 2022 General » idea: static scope(failure) | |||
|---|---|---|---|
| |||
...problems where deeply nested inside some library code...16): instantiated from here: `foo!(Json[string])` somelibrary... | |||
January 22, 2022 Learn » Re: forward tuple arg to local variable + dtor | |||
|---|---|---|---|
| |||
...alias tup = AliasSeq!(Foo, Foo);
static foreach(Type...each type individually and use it inside.
Ali
| |||
January 22, 2022 Issues » [Issue 22697] New: Segfault when accessing a recursive lambda declared inside a function generated with a mixin template | |||
|---|---|---|---|
| |||
...a recursive lambda declared
inside a function generated...mix(alias fun) {
auto foo(Args...)(Args args... | |||
January 21, 2022 Issues » [Issue 22694] New: template mixin with UDA not recognized inside function | |||
|---|---|---|---|
| |||
...with UDA not recognized inside function
Product: D...following declarations
------------------
mixin template Foo(T)
{
struct S... | |||
January 18, 2022 Learn » alias and __VERSION__ condition doesn't play well | |||
|---|---|---|---|
| |||
...VERSION__ >= 2098)
{
alias Foo = TypeA;
}
else
{
alias Foo = TypeB;
}
```
No problem inside the module itself... | |||
January 13, 2022 General » Re: Discussion Thread: DIP 1042--ProtoObject--Community Review Round 1 | |||
|---|---|---|---|
| |||
...scope foo = new Foo(); foreach(item; foo.stringify...could return a buffer inside the object, or... | |||
January 12, 2022 Issues » [Issue 22668] New: Deprecation when a deprecated method overrides another deprecated method | |||
|---|---|---|---|
| |||
...void foo() {}
}
class B
{
deprecated override void foo...but are currently triggered inside of the library.
-- | |||
December 09, 2021 Learn » Re: T... args! | |||
|---|---|---|---|
| |||
...directly) is that `str` inside your template is...template at all void foo(str...)(str args... | |||
November 23, 2021 Issues » [Issue 22540] Instantiation modifies dependant type of value / alias template parameters | |||
|---|---|---|---|
| |||
...scenarios:
- type parameter appears inside of value type, e.g. `foo(T, T* val)`
Later... | |||
November 17, 2021 Learn » Re: Error: template instance does not match template declaration | |||
|---|---|---|---|
| |||
...Foo(Mode) {
// inside here, `Mode` is a locally named type, not the enum
}
// usage
Foo... | |||
Copyright © 1999-2021 by the D Language Foundation