Search

October 24
Issues »
...foo!int(); // ok
    foo!int("x"); // fail
}

Error: function `foo` is not callable using argument...
October 23
Issues »
...reply to Max Samukha from comment #10)
Error: function `foo` is not callable using argument...
October 23
Issues »
...reason for this error:

void foo(T)(T a = T.init); // Error: undefined identifier `T...
October 23
Learn »
...error:

```d
    alias myAlias = MyStruct.test;
    alias myLambda = e => e == myAlias;
    myLambda(Test.One);
    // Error...
October 23
Learn »
...test)([EnumMembers!Test]);

    // this triggers error: app.d(22): Error: none of the overloads of...
October 23
Issues »
...function, the compiler is correctly issuing an error, so changing the behavior would be an...
October 23
Issues »
https://issues.dlang.org/show_bug.cgi?id=22999

Dennis <dkorpel@live.nl> changed:

           What...
October 23
Issues »
...ok
    foo(1); // ok
    foo("x"); // fail
}

Error: cannot implicitly convert expression `0` of type...
October 22
General »
On Monday, 21 October 2024 at 19:46:56 UTC, Johan wrote:

Hi Johan,

Thanks...
October 22
Learn »
...CXX98_ABI" on dmd the message is :

Error: undefined reference to `a(std::string)`

how...
41 42 43 44 45 46 47 48 49 50 51 52
Next ›   Last »