[Issue 8591] typecons.RefCounted.refCountedPayload should be nothrow

2012-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8591 --- Comment #3 from github-bugzi...@puremagic.com 2012-09-02 10:29:54 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8591] typecons.RefCounted.refCountedPayload should be nothrow

2012-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8591 --- Comment #4 from Jonathan M Davis jmdavisp...@gmx.com 2012-09-02 15:23:36 PDT --- I didn't know that nothrow could be inferred. nothrow, pure, and @safe are inferred for templated functions and lambdas:

[Issue 8591] typecons.RefCounted.refCountedPayload should be nothrow

2012-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8591 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8591] typecons.RefCounted.refCountedPayload should be nothrow

2012-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8591 --- Comment #2 from monarchdo...@gmail.com 2012-08-27 06:36:37 PDT --- I didn't know that nothrow could be inferred. Also, I completely agree that duplicating the function is, at best, un-desirable. Yet the inference doesn't wor;: However, I

[Issue 8591] typecons.RefCounted.refCountedPayload should be nothrow

2012-08-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8591 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|