Search

May 09, 2023
Issues »
...true issue: using mangling names as type decorators does not work for template alias parameters.

--
May 09, 2023
Issues »
...com> ---
Further reduced:
======================
  template f1(alias fun)
  {
      struct UnusedButConflicting
      {
      }

      auto f1()
      {
      }
  }


  template f2(T)
  {
      alias...
May 09, 2023
General »
...wrapper and I am currently writing a template to handle associative arrays and preserve the...
May 08, 2023
General »
...avoid any sort of pessimization (e.g. template code bloat), since slices are used everywhere...
May 08, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23897

Nick Treleaven <nick@geany.org> changed...
May 08, 2023
Issues »
...Bad diagnostic "none of the overloads of template"
  for lamdba.

https://github.com/dlang/dmd...
May 08, 2023
General »
...6): Error: none of the overloads of template `object.get` are callable using argument types...
May 08, 2023
Issues »
...net

//////////// test.d ///////////
template f1(alias fun)
{
    struct UnusedButConflicting
    {
    }

    auto f1()
    {
    }
}

template f2(T)
{
    alias...
May 07, 2023
Issues »
...the above, it makes debugging non-trivial template code difficult due to the verbosity of...
May 07, 2023
Announce »
...an expression. The parameter of the template instance "Template!(x*[0][0])" could be a...
144 145 146 147 148 149 150 151 152 153 154
Next ›   Last »