October 24 Issues » [Issue 24831] New: IFTI fails for a function template with a default function argument | |||
|---|---|---|---|
| |||
...foo!int(); // ok
foo!int("x"); // fail
}
Error: function `foo` is not callable using argument... | |||
October 23 Issues » [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type | |||
|---|---|---|---|
| |||
...reply to Max Samukha from comment #10) Error: function `foo` is not callable using argument... | |||
October 23 Issues » [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type | |||
|---|---|---|---|
| |||
...reason for this error: void foo(T)(T a = T.init); // Error: undefined identifier `T... | |||
October 23 Learn » Re: std.algorithm.countUntil and alias | |||
|---|---|---|---|
| |||
...error:
```d
alias myAlias = MyStruct.test;
alias myLambda = e => e == myAlias;
myLambda(Test.One);
// Error... | |||
October 23 Learn » std.algorithm.countUntil and alias | |||
|---|---|---|---|
| |||
...test)([EnumMembers!Test]);
// this triggers error: app.d(22): Error: none of the overloads of... | |||
October 23 Issues » [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type | |||
|---|---|---|---|
| |||
...function, the compiler is correctly issuing an error, so changing the behavior would be an... | |||
October 23 Issues » [Issue 22999] no switch fallthrough error with multi-valued case | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22999
Dennis <dkorpel@live.nl> changed:
What... | |||
October 23 Issues » [Issue 24828] New: Generic parameter type is constrained by the type of the default value | |||
|---|---|---|---|
| |||
...ok
foo(1); // ok
foo("x"); // fail
}
Error: cannot implicitly convert expression `0` of type... | |||
October 22 General » Re: [SAOC 2024] Improve D Error Messages - Weekly Update #5 | |||
|---|---|---|---|
| |||
On Monday, 21 October 2024 at 19:46:56 UTC, Johan wrote: Hi Johan, Thanks... | |||
October 22 Learn » interfacing cpp | |||
|---|---|---|---|
| |||
...CXX98_ABI" on dmd the message is : Error: undefined reference to `a(std::string)` how... | |||
Copyright © 1999-2021 by the D Language Foundation