May 09, 2023 Issues » [Issue 23904] Spurious "struct [...] already exists" | |||
|---|---|---|---|
| |||
...true issue: using mangling names as type decorators does not work for template alias parameters. -- | |||
May 09, 2023 Issues » [Issue 23904] Spurious "struct [...] already exists" | |||
|---|---|---|---|
| |||
...com> ---
Further reduced:
======================
template f1(alias fun)
{
struct UnusedButConflicting
{
}
auto f1()
{
}
}
template f2(T)
{
alias... | |||
May 09, 2023 General » cannot interpret `cast(void)0` at compile time? | |||
|---|---|---|---|
| |||
...wrapper and I am currently writing a template to handle associative arrays and preserve the... | |||
May 08, 2023 General » Re: Help improve error message | |||
|---|---|---|---|
| |||
...avoid any sort of pessimization (e.g. template code bloat), since slices are used everywhere... | |||
May 08, 2023 Issues » [Issue 23897] Bad diagnostic "none of the overloads of template" for lamdba | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23897 Nick Treleaven <nick@geany.org> changed... | |||
May 08, 2023 Issues » [Issue 23897] Bad diagnostic "none of the overloads of template" for lamdba | |||
|---|---|---|---|
| |||
...Bad diagnostic "none of the overloads of template" for lamdba. https://github.com/dlang/dmd... | |||
May 08, 2023 General » Re: Help improve error message | |||
|---|---|---|---|
| |||
...6): Error: none of the overloads of template `object.get` are callable using argument types... | |||
May 08, 2023 Issues » [Issue 23904] New: Spurious "struct [...] already exists" | |||
|---|---|---|---|
| |||
...net
//////////// test.d ///////////
template f1(alias fun)
{
struct UnusedButConflicting
{
}
auto f1()
{
}
}
template f2(T)
{
alias... | |||
May 07, 2023 Issues » [Issue 23903] New: Demangling produces exponentially long output | |||
|---|---|---|---|
| |||
...the above, it makes debugging non-trivial template code difficult due to the verbosity of... | |||
May 07, 2023 Announce » Re: DParserGen 0.1.0 | |||
|---|---|---|---|
| |||
...an expression. The parameter of the template instance "Template!(x*[0][0])" could be a... | |||
Copyright © 1999-2021 by the D Language Foundation