Search

November 08
Learn »
...common.SubmitDesc)) const'
collect2: error: ld returned 1 exit status
Error: undefined reference to `leo...
November 08
Issues »
...A1 {}
    if (A1*) {}
    return;
}
```

you get the error messages

The second message is very bad...
November 07
Issues »
...std/concurrency.d(2684): Error:
template instance `std.concurrency.initOnce!(instance)` error instantiating
onlineapp.d...
November 07
Issues »
...results in:

core/internal/atomic.d(155): Error: direct access to shared
`*cast(shared(inout...
November 06
Issues »
...What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Compiler error when trying  |Compiler error when trying
                   |to access AA...
November 06
Issues »
...id=24845

          Issue ID: 24845
           Summary: Compiler error when trying to access AA value of...
November 06
Learn »
...i *= -1;  // Works
    i = i*-1; // Gives: Error: cannot implicitly convert expression `cast(int)i...
November 06
Learn »
...fit
}
```

In your example, you get an error because:
- VRP doesn't do data flow...
November 05
Issues »
...unexpected behavior.

It is likely a logical error in the `isIntegral!y` variant of the...
November 05
Learn »
I still see:

tst15.d(6): Error: cannot implicitly convert expression `-cast(int)s` of...
38 39 40 41 42 43 44 45 46 47 48 49
Next ›   Last »