Search

November 18, 2022
Issues »
...4): Error: none of the overloads of template
`std.algorithm.iteration.map` are callable using...
November 18, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=17301

RazvanN <razvan.nitu1305@gmail.com> changed...
November 17, 2022
General »
...two components to this: (1) a D template module that you import and instantiate, which...
November 17, 2022
Learn »
I'd use a template:

```d
T transitivity(T : PosetRelation)(T R, T S)
{
      if...
November 17, 2022
Learn »
...a derived class to pass into the template system, how do you pass in subclasses...
November 16, 2022
Learn »
...do it by using metaprogramming, mixin, mixin template, mixin string … ?

Thanks for your ideas
November 16, 2022
Issues »
...mean alias `this_`?
test.d(13): Error: template instance `test.S.opDispatch!"B"` error
instantiating...
November 16, 2022
Issues »
...mixin-10(10): Error: template instance `ifti1!()` does not match
template declaration `ifti1(T)(T...
November 16, 2022
Issues »
...nitu1305@gmail.com> ---

There is a workaround:

template C ()
{
    this (int i)
    {
    }
}

class A
{
    mixin...
November 15, 2022
Learn »
...52): Error: none of the overloads of template `std.algorithm.sorting.completeSort` are callable using...
226 227 228 229 230 231 232 233 234 235 236
Next ›   Last »