Quirin F. Schroll

Results 75 comments of Quirin F. Schroll

> > Is this a joke that I don’t get? > > Nope, that was supposed to be > > ```diff > - enum grammarKey = "$(GRAMMAR"; > + enum...

> I think it would be better to implement [23666](https://issues.dlang.org/show_bug.cgi?id=23666) than have to document the alias workaround. However, the latter does work. Maybe set the issue as wontfix then. >...

@ntrel, I now went over the relevant section with a text-to-speech tool and found (hopefully) the last issues. If the checks succeed, please have a look and merge if you...

In all honesty, this is already too mission-creeped. Either merge this, or undo the changes except the new section, and put the improvements in a new PR. @thewilsonator, review?

I would much rather have `min` and `max` as keywords and binary operators, but that’s probably not possible. The next best thing is to alias `min` and `max` in object.d,...

For lvalues `a` and `b`, is `a

> C++ has a non-standard language extension, and I think it's also present in C# that adds a min/max _operator_. It’s hard to prove a negative, but I haven’t found...

> https://gcc.gnu.org/onlinedocs/gcc-4.3.1/gcc/Deprecated-Features.html > > > The G++ minimum and maximum operators (`