September 21, 2014 General » Re: RFC: reference counted Throwable | |||
|---|---|---|---|
| |||
...to be worked around, adding complexity. - The macro system is plain horrible, and the only... | |||
September 17, 2014 General » Re: Library Typedefs are fundamentally broken | |||
|---|---|---|---|
| |||
It's implemented as a special macro named __COUNTER__ which expands to an integer literal... | |||
September 17, 2014 General » Re: Library Typedefs are fundamentally broken | |||
|---|---|---|---|
| |||
Technically, they implement it via macro, and the macro re-expands on every use. It... | |||
September 16, 2014 Issues » [Issue 12100] __GENTYPE to generate ever different types | |||
|---|---|---|---|
| |||
...a-use-for-the-counter-pre-processor-macro http://msdn.microsoft.com/en-us/library... | |||
September 15, 2014 Learn » Re: version assignment and module scope | |||
|---|---|---|---|
| |||
...disasterous side effects, even weirder than C macro abusing. "#define" is BAD, but in C... | |||
September 09, 2014 General » Re: @nogc, exceptions, generic containers... Issues. | |||
|---|---|---|---|
| |||
...point is that Rust has a try! macro, which wraps an expression and translates into... | |||
August 21, 2014 Learn » Re: Auto-add static field when inherit // mixins, templates? | |||
|---|---|---|---|
| |||
...make it work in D.
~~~
class Foo
macro inherited
def method_in_{{@class_name.downcase... | |||
August 21, 2014 General » Re: Automated source translation of C++ to D | |||
|---|---|---|---|
| |||
...proceed about corner cases (e.g. expand this macro but not this other etc). -- Andrei | |||
August 20, 2014 General » Re: Simplified signatures in generated documentation | |||
|---|---|---|---|
| |||
...Each of these should be their own macro so that the formatting of each part... | |||
August 20, 2014 General » Re: Voting: std.logger | |||
|---|---|---|---|
| |||
...I am sceptical to the use of macro style mixins. It makes the code less... | |||
Copyright © 1999-2021 by the D Language Foundation