On Saturday, 5 November 2016 at 13:43:34 UTC, Lodovico Giaretta
wrote:
On Saturday, 5 November 2016 at 13:34:51 UTC, Gianni Pisetta
wrote:
When i have time i will test it with ldc and see if the result
is the same, then it will probably be a front-end bug and i
will report it as an issue.
I t
On Saturday, 5 November 2016 at 14:37:53 UTC, Basile B. wrote:
On Saturday, 5 November 2016 at 13:34:51 UTC, Gianni Pisetta
wrote:
[...]
Indeed, I've been fighting against that since a few minutes. We
cant select the Base of an eponymous template.
template isEponymousTemplate(T)
{
stat
On Saturday, 5 November 2016 at 13:34:51 UTC, Gianni Pisetta
wrote:
When i have time i will test it with ldc and see if the result
is the same, then it will probably be a front-end bug and i
will report it as an issue.
Indeed, I've been fighting against that since a few minutes. We
cant selec
On Saturday, 5 November 2016 at 13:34:51 UTC, Gianni Pisetta
wrote:
When i have time i will test it with ldc and see if the result
is the same, then it will probably be a front-end bug and i
will report it as an issue.
I think it has already been reported.
https://issues.dlang.org/show_bug.cg
When i have time i will test it with ldc and see if the result is
the same, then it will probably be a front-end bug and i will
report it as an issue.
On Friday, 4 November 2016 at 17:37:10 UTC, Basile B. wrote:
Hello, I'm not sure that's exactly what you want but check this:
template A(As...) {
template B(Bs...) {
}
}
alias BI = A!(1,2).B!(3,4,5);
import std.traits;
template NestedTemplateArgsOf(alias
On Friday, 4 November 2016 at 17:37:10 UTC, Basile B. wrote:
On Friday, 4 November 2016 at 15:50:36 UTC, Gianni Pisetta
wrote:
Hi all,
I am having issues finding a solution for this, i want to
check if an alias is an istance of a variadic template nested
in another variadic template.
[...]
th
On Friday, 4 November 2016 at 15:50:36 UTC, Gianni Pisetta wrote:
Hi all,
I am having issues finding a solution for this, i want to check
if an alias is an istance of a variadic template nested in
another variadic template.
[...]
there is some sort of workaround?
Thanks,
Gianni
Hello, I'm n