Search

March 30, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=13850

--- Comment #7 from RazvanN <razvan.nitu1305...
March 30, 2023
Issues »
...com> ---
(In reply to Max Samukha from comment #5)


Should be `mixin Template!(&func23, func23);`

--
March 30, 2023
Issues »
...used in a wrong context. Consider:

mixin template Template(void function() func1, alias func2) {
    static...
March 29, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=13850

--- Comment #4 from Salih Dincer <salihdb...
March 29, 2023
Issues »
...problem:

alias T = string;
alias fun = T function();
template Fun(fun funA, fun funB)
{
  void print()
  {
  ...
March 29, 2023
Learn »
...ERROR

That can be remedied by using template constraints for 'slices' vs. other output ranges...
March 29, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=13850

Max Samukha <maxsamukha@gmail.com> changed...
March 29, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=13850

RazvanN <razvan.nitu1305@gmail.com> changed...
March 29, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=13587

RazvanN <razvan.nitu1305@gmail.com> changed...
March 29, 2023
Genel »
...39): Error: none of the overloads of template `std.range.primitives.put` are callable using...
154 155 156 157 158 159 160 161 162 163 164
Next ›   Last »