October 10, 2019 General » Re: Wanted: best way to express default expectations | |||
|---|---|---|---|
| |||
...foreach` body, or `break` out of an outer loop, or `return` instead of just aborting... | |||
October 04, 2019 General » Re: Should modifying private members be @system? | |||
|---|---|---|---|
| |||
...in its context and not outside the outer function's scope. My broader question is... | |||
September 30, 2019 Debuggers » Visual D not showing variables | |||
|---|---|---|---|
| |||
...that do not show up are seem outer variables. I had to create a function... | |||
September 05, 2019 General » Re: Discussion: Rvalue refs and a Move construtor for D | |||
|---|---|---|---|
| |||
...the addresses of live instances in some outer code, so saving such re-registering may... | |||
August 16, 2019 Learn » Re: error : outer function context of `D main` is needed to `new` nested class `main.main.X` | |||
|---|---|---|---|
| |||
...and if so then error? If the outer context can be captured by the function... | |||
August 16, 2019 Learn » Re: ref auto getRange() return scope move struct ? | |||
|---|---|---|---|
| |||
...a struct in another struct, and the outer struct is moved, then the inner struct... | |||
August 15, 2019 Learn » Re: error : outer function context of `D main` is needed to `new` nested class `main.main.X` | |||
|---|---|---|---|
| |||
I would just make it `static class X` and then it shoudl work fine. Won... | |||
August 15, 2019 Learn » error : outer function context of `D main` is needed to `new` nested class `main.main.X` | |||
|---|---|---|---|
| |||
void main()
{
class X { ... }
auto f = foo!X;
}
then in another module I have a... | |||
August 15, 2019 General » Re: [GSoC] 'Replace Runtime Hooks with Templates' progress and update thread | |||
|---|---|---|---|
| |||
...1
copy outer
copy inner #1
copy inner #2
destroy inner #1
destroy outer
destroy... | |||
August 11, 2019 Issues » [Issue 20119] New: "cannot inline default argument" of a mixin template alias parameter | |||
|---|---|---|---|
| |||
...Func[0];
return Func0!()(a);
}
public:
void outer()
{
void nested()(int a)
{
data += a;
}
mixin... | |||
Copyright © 1999-2021 by the D Language Foundation