April 04, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Oh, I think I get it. `Vec3Var` in my original post is just a poor... | |||
April 04, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Hm, I don't understand what your code does. So Vec3Var!S yields the tuple... | |||
April 03, 2023 Issues » [Issue 23820] New: Undefined reference to RTInfoImpl | |||
|---|---|---|---|
| |||
...it would be better to initialize the template and emit it when required instead. The... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...ok
assert(is(typeof(trio) == Vec3Var!S));
}
template staticMapTrio(alias fun, args...) {
alias staticMapTrio = AliasSeq... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...ok
assert(is(typeof(trio) == Vec3Var!S));
}
template staticMapTrio(alias fun, args...) {
alias staticMapTrio = AliasSeq... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Just want to say, I'm super excited to see this possibly getting solved! Thanks... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...a template declaration. The potentional is likely the capability of original IFTI for alias template... | |||
April 03, 2023 Learn » Re: Is it possible to make a library (dll/so) from separated .d files? | |||
|---|---|---|---|
| |||
...L58 The user uses that engine mixin template, which will add the engine entry point... | |||
April 03, 2023 General » Mixin override function in a extern C++ class leads to possible bug? | |||
|---|---|---|---|
| |||
...template IMPLEMENT_REFCOUNT() {
override uint addRef() { return 1; }
override uint release() { return 1; }
}
mixin template... | |||
March 31, 2023 Issues » [Issue 23818] New: Error HMODULE not defined, please use HMODULE | |||
|---|---|---|---|
| |||
...a bit crazy on template usage. The code is: ```d package template DECLARE_HANDLE(string... | |||
Copyright © 1999-2021 by the D Language Foundation