[Issue 5700] Allow dup in nothrow functions

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5700 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to 2.067 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/fa36fa0e8b93b1beb3876e703ba80b3468c1a3f6 Remove workaround for

[Issue 5700] Allow dup in nothrow functions

2015-01-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5700 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/fa36fa0e8b93b1beb3876e703ba80b3468c1a3f6 Remove workaround for

[Issue 5700] Allow dup in nothrow functions

2014-05-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5700 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5700] Allow dup in nothrow functions

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 5700] Allow dup in nothrow functions

2013-02-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com

[Issue 5700] Allow dup in nothrow functions

2013-02-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 --- Comment #5 from monarchdo...@gmail.com 2013-02-07 03:05:13 PST --- (In reply to comment #4) (In reply to comment #1) Actually, I think that it depends. For primitives and classes, dup should definitely be allowed. However, for structs,

[Issue 5700] Allow dup in nothrow functions

2011-03-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 --- Comment #3 from bearophile_h...@eml.cc 2011-03-07 16:21:27 PST --- See also: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learnarticle_id=25400 -- Configure issuemail:

[Issue 5700] Allow dup in nothrow functions

2011-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5700 --- Comment #2 from bearophile_h...@eml.cc 2011-03-04 16:11:05 PST --- I see, thank you for your comment. Then dup has to be conditionally nothrow, and we go back to issue 5125. (There is no need for dup to be a template, the conditional