September 24, 2022 Learn » Passing D reimplementation of C++ template as argument to a C++ function | |||
|---|---|---|---|
| |||
...I have a D template struct that reimplements a C++ class template with identical memory... | |||
September 24, 2022 General » Re: DIP proposal: Enum parameters | |||
|---|---|---|---|
| |||
...function parameters that make the function a template function without the need of the syntax... | |||
September 23, 2022 General » Re: DIP proposal: Enum parameters | |||
|---|---|---|---|
| |||
...be passed at compile time, to avoid template bloat. So for use cases like `format... | |||
September 23, 2022 General » Re: DIP proposal: Enum parameters | |||
|---|---|---|---|
| |||
...but no equivalent (not even with explicit `template`) exists for `enum {}`. They are quite obviously... | |||
September 23, 2022 Issues » [Issue 22184] Template instantiation in static ifs in mutual recursion classes fail | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22184 Tomoya Tanjo <ttanjo@gmail.com> changed... | |||
September 22, 2022 General » Re: Template constraints should introduce identifiers inside their scopes | |||
|---|---|---|---|
| |||
...need an ordering to put templated functions with template constraints above those without template constraints?). | |||
September 22, 2022 General » Re: Template constraints should introduce identifiers inside their scopes | |||
|---|---|---|---|
| |||
In general, yes. In the context of the specific example in this thread, they are... | |||
September 22, 2022 General » Re: Template constraints should introduce identifiers inside their scopes | |||
|---|---|---|---|
| |||
...d
module a;
template foo(T){
static assert(is(T==int));
}
template bar(T)if... | |||
September 22, 2022 Issues » [Issue 23360] Template alias to tuple member variable doesn't expand | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23360 --- Comment #1 from Paul Backus <snarwin... | |||
September 22, 2022 Issues » [Issue 23360] New: Template alias to tuple member variable doesn't expand | |||
|---|---|---|---|
| |||
...cgi?id=23360
Issue ID: 23360
Summary: Template alias to tuple member variable doesn't... | |||
Copyright © 1999-2021 by the D Language Foundation