April 23, 2014 Issues » [Issue 6017] std.algorithm.remove has a wrong link | |||
|---|---|---|---|
| |||
...dmd/pull/1174 and the updated 'MYREF' macro in std.algorithm, but the changes are... | |||
April 22, 2014 Issues » [Issue 12383] dlang.org operator overloading text with DDoc macro. | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12383 Andrej Mitrovic <andrej.mitrovich@gmail.com... | |||
April 22, 2014 General » Re: DIP60: @nogc attribute | |||
|---|---|---|---|
| |||
...AST macros.
@nogc void foo ()
{
new Object;
}
macro nogc (Context context, Declaration decl)
{
if (containsGCAllocation... | |||
April 21, 2014 General » Re: Redesign of dlang.org | |||
|---|---|---|---|
| |||
...it is smart to use simple text macro processing system as a replacement for full... | |||
April 21, 2014 General » Re: DIP60: @nogc attribute | |||
|---|---|---|---|
| |||
...add them?
In the dip, you have
macro attr (Context context, Declaration decl)
{
auto attrName... | |||
April 21, 2014 Issues » [Issue 12383] dlang.org operator overloading text with DDoc macro. | |||
|---|---|---|---|
| |||
...cases like this the macro should be placed inside another macro that add the quotes... | |||
April 18, 2014 General » Re: Redesign of dlang.org | |||
|---|---|---|---|
| |||
...up having to put a CATEGORY_FOO macro in each page in the site, where... | |||
April 11, 2014 General » Re: enum | |||
|---|---|---|---|
| |||
...source code, and the list of STC macro definitions. That would make a nice D... | |||
April 10, 2014 General » Re: enum | |||
|---|---|---|---|
| |||
...is essentially a reimplementation of the X-macro pattern from C, but using CTFE+mixins... | |||
April 05, 2014 Learn » Re: porting GCC macro to D | |||
|---|---|---|---|
| |||
alas, no inline guarantee. and speed is critical there. | |||
Copyright © 1999-2021 by the D Language Foundation