Search

April 23, 2014
Issues »
...dmd/pull/1174 and the updated 'MYREF' macro in std.algorithm, but the changes are...
April 22, 2014
Issues »
https://issues.dlang.org/show_bug.cgi?id=12383

Andrej Mitrovic <andrej.mitrovich@gmail.com...
April 22, 2014
General »
...AST macros.

@nogc void foo ()
{
    new Object;
}

macro nogc (Context context, Declaration decl)
{
    if (containsGCAllocation...
April 21, 2014
General »
...it is smart to use simple text macro processing system as a replacement for full...
April 21, 2014
General »
...add them?

In the dip, you have

macro attr (Context context, Declaration decl)
{
    auto attrName...
April 21, 2014
Issues »
...cases like this the macro should be placed inside another macro that add the quotes...
April 18, 2014
General »
...up having to put a CATEGORY_FOO macro in each page in the site, where...
April 11, 2014
General »
...source code, and the list of STC macro definitions. That would make a nice D...
April 10, 2014
General »
...is essentially a reimplementation of the X-macro pattern from C, but using CTFE+mixins...
April 05, 2014
Learn »
alas, no inline guarantee. and speed is critical there.
130 131 132 133 134 135 136 137 138 139 140
Next ›   Last »