September 17, 2022 Issues » [Issue 23339] Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23339 --- Comment #2 from naydef <naydef@abv... | |||
September 17, 2022 Issues » [Issue 23339] Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23339 --- Comment #1 from naydef <naydef@abv... | |||
September 17, 2022 Issues » [Issue 23339] New: Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
...with extern(C++) class
declared in function template
Product: D
Version: D2
Hardware: All
OS... | |||
September 16, 2022 General » Re: What to do when you want to add attributes to your class functions? | |||
|---|---|---|---|
| |||
...purity, nothrow, etc., but leave the actual template code unattributed to allow the compiler to... | |||
September 16, 2022 General » Re: What to do when you want to add attributes to your class functions? | |||
|---|---|---|---|
| |||
To reduce template bloat declare implementation nontemplated:
```
void notify()
{
shared me=cast(shared)this;
me... | |||
September 16, 2022 Issues » [Issue 13732] Regular templates can use "template this", and they allow any type to be passed | |||
|---|---|---|---|
| |||
...use "template this"" fixing this issue: - Fix Issue 13732 - non-member templates can use "template... | |||
September 16, 2022 Issues » [Issue 10488] Allow template this parameter to work with static functions | |||
|---|---|---|---|
| |||
...Infer template this parameter when calling static method on instance" mentioning this issue: - Infer template... | |||
September 16, 2022 Issues » [Issue 23335] Error: Template lambda has no value when assigning to ref delegate return | |||
|---|---|---|---|
| |||
...pull request #14445 "Fix Issue 23335 - Error: Template lambda has no value when assigning …... | |||
September 16, 2022 Issues » [Issue 23335] Error: Template lambda has no value when assigning to ref delegate return | |||
|---|---|---|---|
| |||
...pull request #14445 "Fix Issue 23335 - Error: Template lambda has no value when assigning …... | |||
September 16, 2022 General » Re: What features of D you would not miss? | |||
|---|---|---|---|
| |||
oh and: alias this, template specialization, union, @propert... Thank god it's not up to... | |||
Copyright © 1999-2021 by the D Language Foundation