November 15, 2022 Learn » Re: Sorted Array (Container) Type | |||
|---|---|---|---|
| |||
...length; _source.reserve(n + 1); // TODO: use template parameter `Growth` _source.length += 1; _source[n... | |||
November 14, 2022 Issues » [Issue 5710] cannot use nested function as alias parameter to non-global template | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5710 --- Comment #55 from RazvanN <razvan.nitu1305... | |||
November 14, 2022 Issues » [Issue 11533] Compiler should allow to being nested for static local template functions | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11533 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
November 14, 2022 Issues » [Issue 17063] Nested function template cannot be accessed | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17063 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
November 14, 2022 Issues » [Issue 5710] cannot use nested function as alias parameter to non-global template | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5710 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
November 14, 2022 Learn » Re: Making sense out of scope and function calls | |||
|---|---|---|---|
| |||
...a template. Perhaps it's instantiated twice. Another possibility, you have instantiated the mixin template... | |||
November 13, 2022 Issues » [Issue 23482] New: "template instance is not a template declaration, it is a function alias" when template is in a different module | |||
|---|---|---|---|
| |||
...Summary: "template instance is not a template declaration, it
is a function alias" when template... | |||
November 10, 2022 Learn » aa.keys, synchronized and shared | |||
|---|---|---|---|
| |||
...string])` src\syncaa.d(17,36): Error: template instance `object.keys!(shared(const(ServerList[string... | |||
November 10, 2022 Issues » [Issue 16599] Allow Template Constraint in Untemplated Function in Templated Struct | |||
|---|---|---|---|
| |||
...d(3): Error: cannot use function constraints for non-template functions. Use `static if` instead -- | |||
November 10, 2022 Issues » [Issue 16399] template with func. ptr. argument and anon. func. in the template body, rejects its argument | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16399 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
Copyright © 1999-2021 by the D Language Foundation