November 06 Issues » [Issue 24845] Compiler error when trying to assign to an AA value of an enum instance | |||
|---|---|---|---|
| |||
...trying
|to access AA value of an |to assign to an AA value of
|enum... | |||
November 06 Issues » [Issue 24845] New: Compiler error when trying to access AA value of an enum instance | |||
|---|---|---|---|
| |||
...Summary: Compiler error when trying to access AA value of an
enum instance
Product: D... | |||
October 30 Issues » [Issue 24840] New: Implicit construction with associative array literals can result in more destructor calls than constructor calls | |||
|---|---|---|---|
| |||
...the AA literals and then used to implicitly construct S's from those AA literals... | |||
October 30 General » Re: @nogc and lambdas | |||
|---|---|---|---|
| |||
...map!((a)
{
if(auto value = a in aa)
return *value;
return defaultValue;
})();
So, it's... | |||
October 23 General » Re: package & protected? | |||
|---|---|---|---|
| |||
...a=new A; a.b=2; auto aa=a.new Accessor; assert(aa.b==2); } ``` | |||
October 22 Learn » interfacing cpp | |||
|---|---|---|---|
| |||
...breaks D move semantics! but with options AA="-D_GLIBCXX_USECXX11_ABI=0" on g... | |||
October 18 Learn » Re: Capturing by value in the thread | |||
|---|---|---|---|
| |||
this works for me
```
void aa()
{
void delegate()[] items;
auto captureFuction(int index)
{
return (){
auto... | |||
October 18 Issues » [Issue 24820] Associative arrays do not correctly handle keys with copy constructors | |||
|---|---|---|---|
| |||
...dlang@jmdavisProg.com> --- It looks like the AA implementation currently has a test to verify... | |||
October 18 Issues » [Issue 24820] Associative arrays do not correctly handle keys with copy constructors | |||
|---|---|---|---|
| |||
...what was going on without knowing for sure which operations the AA would be using. -- | |||
October 18 Issues » [Issue 24820] New: Associative arrays do not correctly handle keys with copy constructors | |||
|---|---|---|---|
| |||
...main()
{
auto count = new Count;
string[S] aa;
aa[S(count, 42)] = "foo";
writeln("---");
writeln... | |||
Copyright © 1999-2021 by the D Language Foundation