July 27, 2022 Issues » [Issue 8204] Can't instantiate auto ref template explicitly | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=8204 Nick Treleaven <nick@geany.org> changed... | |||
July 27, 2022 Issues » [Issue 22706] Bad error message when trying to explicitly instantiate a function template with an auto ref parameter | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22706 Nick Treleaven <nick@geany.org> changed... | |||
July 27, 2022 Issues » [Issue 8204] Can't instantiate auto ref template explicitly | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=8204 Nick Treleaven <nick@geany.org> changed... | |||
July 27, 2022 Issues » [Issue 9204] Unable to create alias to template function instance with auto ref param | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=9204 Nick Treleaven <nick@geany.org> changed... | |||
July 27, 2022 General » Re: [suggestion] importing and renaming by wildcard and/or regexp | |||
|---|---|---|---|
| |||
...something like this:
```d
struct MY_KEY
{
template opDispatch(string name)
{
static import bindbc.glfw... | |||
July 27, 2022 Learn » Re: Exclamation symbol "!" within functions syntax | |||
|---|---|---|---|
| |||
The binary ! operator is used for specifying template arguments. I have some explanation here: http... | |||
July 26, 2022 General » Re: New competitor to D | |||
|---|---|---|---|
| |||
...limited generics than C++, so that the "template" can be selected based on the signature... | |||
July 23, 2022 Issues » [Issue 23255] [REG 2.099] undefined reference to 'core.internal.switch.__switch_error()(string, size_t)' | |||
|---|---|---|---|
| |||
...Linking code compiled with different flags affecting template codegen is a well-known issue, and... | |||
July 23, 2022 Issues » [Issue 23255] [REG 2.099] undefined reference to 'core.internal.switch.__switch_error()(string, size_t)' | |||
|---|---|---|---|
| |||
...special cases wrt. template emission (#13224)
* WIP: Remove -unittest special cases wrt. template emission
* WIP... | |||
July 23, 2022 General » Re: pragma(mangle_prefix, "myclib_") | |||
|---|---|---|---|
| |||
...allow a template, which generates the mangling for a symbol, like this: ```D template MangleCallback... | |||
Copyright © 1999-2021 by the D Language Foundation