Search

November 06
Issues »
...trying
                   |to access AA value of an    |to assign to an AA value of
                   |enum...
November 06
Issues »
...Summary: Compiler error when trying to access AA value of an
                    enum instance
           Product: D...
October 30
Issues »
...the AA literals and then used to implicitly construct S's from those AA literals...
October 30
General »
...map!((a)
        {
            if(auto value = a in aa)
                return *value;
            return defaultValue;
        })();

So, it's...
October 23
General »
...a=new A;
	a.b=2;
	auto aa=a.new Accessor;
	assert(aa.b==2);
}
```
October 22
Learn »
...breaks D move semantics!

but with options AA="-D_GLIBCXX_USECXX11_ABI=0" on g...
October 18
Learn »
this works for me
```
void aa()
{
	void delegate()[] items;

	auto captureFuction(int index)
	{
		return (){
			auto...
October 18
Issues »
...dlang@jmdavisProg.com> ---
It looks like the AA implementation currently has a test to verify...
October 18
Issues »
...what was going on without knowing for sure which operations the AA would be using.

--
October 18
Issues »
...main()
{
    auto count = new Count;

    string[S] aa;
    aa[S(count, 42)] = "foo";

    writeln("---");
    writeln...
1 2 3 4 5
Next ›   Last »