December 11, 2021 Issues » [Issue 22466] Small array initialization and assignment shouldn't defer to memset | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22466 Stanislav Blinov <stanislav.blinov@gmail.com... | |||
December 08, 2021 LDC » Re: Operator overloading leads to bad code optimization | |||
|---|---|---|---|
| |||
...to refuse to inline templates (i.e. defer to LTO). Makes it harder to work... | |||
December 06, 2021 Issues » [Issue 22572] New: Cannot define SumType over immutable struct with Nullable | |||
|---|---|---|---|
| |||
...to only arise because DMD manages to defer this error until the SumType handler. But... | |||
November 14, 2021 Learn » Re: need `this` on trying to use class method with parallelism Task! or task! | |||
|---|---|---|---|
| |||
...TC) threadCreator() {
defer fmt.Println("threadCreator done")
go self.threadFunc()
}
func main() {
defer fmt.Println... | |||
November 07, 2021 General » Re: Possible bug when instantiating template function with nested struct | |||
|---|---|---|---|
| |||
...and can only be as @safe as the actual ctor calls it would defer to. | |||
November 06, 2021 Issues » [Issue 15624] opApply with @safe and @system variants can't be used with foreach syntax | |||
|---|---|---|---|
| |||
...covariant`. It checks two different aspects to defer the `opApply` resolution: 1. different attributes on... | |||
November 05, 2021 Learn » Re: How do I assign attributes of a function to another function? | |||
|---|---|---|---|
| |||
...made the same as the ones you defer to: since you're allocating with the... | |||
November 01, 2021 Issues » [Issue 22466] New: Small array initialization and assignment shouldn't defer to memset | |||
|---|---|---|---|
| |||
...Small array initialization and assignment shouldn't
defer to memset
Product: D
Version: D2
Hardware... | |||
June 09, 2021 General » Re: I hate class destructors with a burning passion | |||
|---|---|---|---|
| |||
...for the result, and have the demangler defer its final allocation needs to the caller... | |||
April 09, 2021 Issues » [Issue 21798] checkaction=context creates temporary of type void | |||
|---|---|---|---|
| |||
...void Skip temporaries for `void` expressions and defer error messages to further semantic analysis. https... | |||
Copyright © 1999-2021 by the D Language Foundation