March 19 Issues » [Issue 24441] New: templated member functions/nested function does not mangle correctly to C++ on Posix systems | |||
|---|---|---|---|
| |||
...ZN1A3fooIiEEvT_"); } This assertion fails as the function parameters are not mangled as template arguments. D... | |||
March 18 DIP Development » Re: First Draft: Implicit Conversion of Template Instantiations | |||
|---|---|---|---|
| |||
...this example would need some kind of support for variance annotations for template value parameters.) | |||
March 18 DIP Development » Re: First Draft: Implicit Conversion of Template Instantiations | |||
|---|---|---|---|
| |||
...based on one of the other template parameters.
E.g.
```d
struct S(+T){
T... | |||
March 18 DIP Development » Re: First Draft: Implicit Conversion of Template Instantiations | |||
|---|---|---|---|
| |||
...template parameters that indicates "this parameter may change in a const conversion". For other parameters... | |||
March 17 DIP Development » Re: First Draft: Implicit Conversion of Template Instantiations | |||
|---|---|---|---|
| |||
...was a bit like an is expression suffixing the template parameters), must dig it up. | |||
March 17 Learn » Re: Deriving a struct from another one via template: Easy way to propagate UDAs? | |||
|---|---|---|---|
| |||
...which is what __traits(getAttributes) and the parameters reflection and other things - can be used... | |||
March 14 Learn » Re: varargs when they're not all the same type? | |||
|---|---|---|---|
| |||
...time the variadic template parameters are infered from the run time parameters. In that case... | |||
March 14 General » Re: Memory safe in D | |||
|---|---|---|---|
| |||
...in a particular scope (e.g. function parameters), so programmers stop worrying about null, and... | |||
March 11 Issues » [Issue 23894] ImportC: _InterlockedExchangeAdd and a ton of other VC intrinsics are not recognized | |||
|---|---|---|---|
| |||
...list of all x64 MSVC intrinsics at the included link with prototypes with named parameters. -- | |||
March 08 Learn » Re: Can a D library have some types determined by the client program? | |||
|---|---|---|---|
| |||
...really need to know what the template parameters are to the other class it's... | |||
Copyright © 1999-2021 by the D Language Foundation