November 11 Issues » [Issue 24838] A closure with a layout of pointer size or below that is not modified, should not have a closure | |||
|---|---|---|---|
| |||
...pointer points to may be modified (head const). That leads me to the question for... | |||
November 10 Issues » [Issue 24851] Some members of CustomFloat can have const this | |||
|---|---|---|---|
| |||
...24851 - Some members of CustomFloat can have const this" was merged into master: - 8b051674ccad978a6668b074ac9c345c543c414a by... | |||
November 10 Issues » [Issue 24851] Some members of CustomFloat can have const this | |||
|---|---|---|---|
| |||
...const this" fixing this issue: - Fix bugzilla 24851 - Some members of CustomFloat can have const... | |||
November 10 Issues » [Issue 24851] New: Some members of CustomFloat can have const this | |||
|---|---|---|---|
| |||
...de
The following currently fails for const variables:
```
const CustomFloat!16 x = CustomFloat!16(3... | |||
November 08 Learn » Why doesn't `opAssign` work for my templated struct? | |||
|---|---|---|---|
| |||
...isNumeric!T) {
value = v;
}
void opAssign(T)(const T v) if(isNumeric!T) {
value = v... | |||
November 08 Learn » Error with -betterC | |||
|---|---|---|---|
| |||
...graphicsapi.common.SubmitDesc.__xopEquals(ref const(leo.graphicsapi.common.SubmitDesc)) const' collect2: error: ld returned... | |||
November 06 Issues » [Issue 24845] New: Compiler error when trying to access AA value of an enum instance | |||
|---|---|---|---|
| |||
...glue.generateCodeAndWrite(dmd.dmodule.Module[], const(char)*[], const(char)[], const(char)[], bool, bool, bool, bool... | |||
November 03 Learn » Re: Rhyme and reason for function annotations? | |||
|---|---|---|---|
| |||
...g.
struct S
{
const int foo() { ... }
}
is going to make foo a const member function... | |||
November 02 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...text that uses finite forward ranges of `const(char)` internally for static text, and also... | |||
October 29 Announce » Simple DataFrames library | |||
|---|---|---|---|
| |||
...unitPrice;
int quantity;
double discount;
double totalPrice;
}
const DISCOUNTS = [
"WELCOME": 5,
"HAPPY": 2
];
double[] applyDiscounts... | |||
Copyright © 1999-2021 by the D Language Foundation