inconsistent: auto a1=tuple(tuple(1));//CT error auto a2=tuple(tuple(1),1);//works bug?
https://github.com/D-Programming-Language/phobos/pull/808
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5186759832d67cf54b2ba8b50139ff8f89526422 fix Issue 8702 - tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works https://github.com/D-Programming-Language/phobos/commit/ecff5a0899c9193c41f0a147a293603cacdab485 Merge pull request #808 from 9rnsr/fix8702 Issue 8702 - tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works