Search

November 11
Issues »
...pointer points to may be modified (head const).

That leads me to the question for...
November 10
Issues »
...24851 - Some members of CustomFloat can have const this" was merged into master:

- 8b051674ccad978a6668b074ac9c345c543c414a by...
November 10
Issues »
...const this" fixing this issue:

- Fix bugzilla 24851 - Some members of CustomFloat can have const...
November 10
Issues »
...de

The following currently fails for const variables:
```
    const CustomFloat!16 x = CustomFloat!16(3...
November 08
Learn »
...isNumeric!T) {
        value = v;
    }

    void opAssign(T)(const T v) if(isNumeric!T) {
        value = v...
November 08
Learn »
...graphicsapi.common.SubmitDesc.__xopEquals(ref const(leo.graphicsapi.common.SubmitDesc)) const'
collect2: error: ld returned...
November 06
Issues »
...glue.generateCodeAndWrite(dmd.dmodule.Module[],
const(char)*[], const(char)[], const(char)[], bool, bool, bool, bool...
November 03
Learn »
...g.

struct S
{
    const int foo() { ... }
}

is going to make foo a const member function...
November 02
Announce »
...text that uses finite forward ranges of `const(char)` internally for static text, and also...
October 29
Announce »
...unitPrice;
    int quantity;
    double discount;
    double totalPrice;
}

const DISCOUNTS = [
    "WELCOME": 5,
    "HAPPY": 2
];

double[] applyDiscounts...
1 2 3 4 5 6 7 8 9
Next ›   Last »