[Issue 6614] std.traits should have an isFinal template

2013-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 Alex R�nne Petersen changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6614] std.traits should have an isFinal template

2013-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 --- Comment #7 from github-bugzi...@puremagic.com 2013-01-26 20:32:40 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/40cca46b4289dab8a072fa6ed9188347b2

[Issue 6614] std.traits should have an isFinal template

2013-01-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 Andrej Mitrovic changed: What|Removed |Added Keywords||pull AssignedTo|nob...@purema

[Issue 6614] std.traits should have an isFinal template

2013-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 --- Comment #5 from timon.g...@gmx.ch 2013-01-23 01:17:10 PST --- (In reply to comment #4) > Ping! :] Yes, looks good. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 6614] std.traits should have an isFinal template

2013-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 Andrej Mitrovic changed: What|Removed |Added OS/Version|Linux |All --- Comment #4 from Andrej Mitro

[Issue 6614] std.traits should have an isFinal template

2012-12-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 --- Comment #3 from Andrej Mitrovic 2012-12-27 12:59:59 PST --- So is the idea of the enhancement just to merge the two traits under a single name via Phobos templates? E.g. (using overloads): import std.traits; template isFinal(T) if (is(T

[Issue 6614] std.traits should have an isFinal template

2012-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 6614] std.traits should have an isFinal template

2012-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6614 --- Comment #2 from Andrej Mitrovic 2012-12-02 09:57:00 PST --- For functions there's: __traits(isFinalFunction, ...) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: