December 21, 2023 Issues » [Issue 24292] New: Struct with destructor wrongly returned in register | |||
|---|---|---|---|
| |||
...List(T)
{
// Any of the following static ifs can trigger the problem.
static if (T... | |||
May 22, 2023 General » Re: Good examples of version() algebra in real code | |||
|---|---|---|---|
| |||
...a tangle of some static ifs depending on other static ifs and the declarations of... | |||
October 01, 2022 Learn » How is it possible that countUntil() generates a jump-table when the hayStack is a compile time array? | |||
|---|---|---|---|
| |||
...countUntil() template and I see no static ifs for compile time optimizations. Is it true... | |||
September 23, 2022 Issues » [Issue 22184] Template instantiation in static ifs in mutual recursion classes fail | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22184 Tomoya Tanjo <ttanjo@gmail.com> changed... | |||
August 22, 2022 Learn » Re: Is it possible to return mutable and const range from a single method? | |||
|---|---|---|---|
| |||
...is going to have a few static ifs in it, simply because const class instances... | |||
April 29, 2022 General » Re: Asking for advice - assert for ImportC | |||
|---|---|---|---|
| |||
...can't tell it to strip static ifs and versions sometimes those checks are themselves... | |||
April 27, 2022 General » Re: Why is D unpopular? | |||
|---|---|---|---|
| |||
...get down to dirty imperative fors and ifs and pointer hacks when I'm too... | |||
January 18, 2022 Learn » Re: alias and __VERSION__ condition doesn't play well | |||
|---|---|---|---|
| |||
static ifs and mixins need semantic analysis to expand, but when you import module, the... | |||
December 30, 2021 General » Re: Is this a bug or a VERY sneaky case? | |||
|---|---|---|---|
| |||
...so I agree with you that "static ifs" are fine. Now I will quote some... | |||
December 26, 2021 General » Re: Is this a bug or a VERY sneaky case? | |||
|---|---|---|---|
| |||
...now! You want to replace the static ifs for the enum "buffer_size" (which is... | |||
Copyright © 1999-2021 by the D Language Foundation