Search

August 17
Issues »
...support for defines with negative numbers without parens, but not more
  complex expressions. Defines for...
August 17
Issues »
...ImportC: defines of negative constants not detec…" fixing this issue:

- Fix bugzilla 24639 - ImportC: defines...
August 07
DIP Ideas »
...that is to be expanded and it defines `opExpand`, the sub-expression is considered a...
July 30
General »
...mixin(makeEnumBindFns(cStyle: true, dStyle: true)); //this defines `makeEnumBind`

//makes `enum Plant: ulong`:
mixin(makeEnumBind...
July 03
DIP Ideas »
...T);
}

struct S
{
    mixin mixMeIn!int; // Okay, defines `R0`
    mixin mixMeIn!int; // Okay, defines `R1`
}
```
June 30
Issues »
https://issues.dlang.org/show_bug.cgi?id=24639

Steven Schveighoffer <schveiguy@gmail.com> changed...
June 30
Issues »
https://issues.dlang.org/show_bug.cgi?id=24640

Steven Schveighoffer <schveiguy@gmail.com> changed...
June 30
Issues »
...id=24640

          Issue ID: 24640
           Summary: ImportC: defines of one symbol to another are not...
June 30
Issues »
...id=24639

          Issue ID: 24639
           Summary: ImportC: defines of negative constants not detected
                    for enum...
June 04
DIP Ideas »
...an issue for the D module that defines the function, maybe it isn’t. If it...
1 2 3
Next ›   Last »