March 30, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13850 --- Comment #7 from RazvanN <razvan.nitu1305... | |||
March 30, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
...com> --- (In reply to Max Samukha from comment #5) Should be `mixin Template!(&func23, func23);` -- | |||
March 30, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
...used in a wrong context. Consider:
mixin template Template(void function() func1, alias func2) {
static... | |||
March 29, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13850 --- Comment #4 from Salih Dincer <salihdb... | |||
March 29, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
...problem:
alias T = string;
alias fun = T function();
template Fun(fun funA, fun funB)
{
void print()
{
... | |||
March 29, 2023 Learn » Re: The Phobos Put | |||
|---|---|---|---|
| |||
...ERROR That can be remedied by using template constraints for 'slices' vs. other output ranges... | |||
March 29, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13850 Max Samukha <maxsamukha@gmail.com> changed... | |||
March 29, 2023 Issues » [Issue 13850] mixin template accepts delegates as function parameters | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13850 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
March 29, 2023 Issues » [Issue 13587] Symbols In Template Mixin Conflict Across Modules | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13587 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
March 29, 2023 Genel » Re: copy mi put mu | |||
|---|---|---|---|
| |||
...39): Error: none of the overloads of template `std.range.primitives.put` are callable using... | |||
Copyright © 1999-2021 by the D Language Foundation