Search

April 16, 2023
Learn »
...the stack, you have two options:

- The scope keyword

- The scoped template from Phobos

Ali
April 15, 2023
Learn »
...get the signature of regular (non-auto/template) functions, which would have to change. Programmers...
April 14, 2023
Learn »
...unsafe. Note that if `mysteryFunc` is a template function, nested function, or returns `auto`, then...
April 13, 2023
Genel »
...için Uninitialized VariantN döndürerek çözdüm:

```d
mixin template LookUp2(string data = "")
{
  struct LookUp2Impl
  {
    import std...
April 13, 2023
Issues »
...Fix Issue 22765 - Assertion failure in CppMangleVisitor.template_args" was merged into stable:

- 4a64ef41b0e6ff097ed43b1ecbe4578bac1ceaec by...
April 13, 2023
Issues »
...Segfault for malformed static if in imported template" was merged into stable:

- 9162969ce3547811679d8c21bf403321ee6ff05f by RazvanN7...
April 12, 2023
Learn »
...convenience, I put an alias between the template and the function.  But Nullable didn't...
April 12, 2023
Issues »
...CppMangleVisitor.template_args" fixing this issue:

- Fix Issue 22765 - Assertion failure in CppMangleVisitor.template_args...
April 12, 2023
Issues »
...CppMangleVisitor.template_arg" fixing this issue:

- Fix Issue 22760 - Segmentation fault in CppMangleVisitor.template_arg...
April 12, 2023
Issues »
...template" fixing this issue:

- Fix Issue 22857 - Segfault for malformed static if in imported template...
149 150 151 152 153 154 155 156 157 158 159
Next ›   Last »