[Issue 4265] It should be possible to query template parameters with __traits

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4265 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 4265] It should be possible to query template parameters with __traits

2014-04-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4265 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 4265] It should be possible to query template parameters with __traits

2013-08-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 4265] It should be possible to query template parameters with __traits

2013-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 thelastmamm...@gmail.com changed: What|Removed |Added CC||thelastmamm...@gmail.com

[Issue 4265] It should be possible to query template parameters with __traits

2013-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #10 from thelastmamm...@gmail.com 2013-06-23 18:27:31 PDT --- (In reply to comment #8) (In reply to comment #5) I can have a pull ready soon for 2 traits: I managed to lose the branch where I implemented this. I think I only

[Issue 4265] It should be possible to query template parameters with __traits

2013-04-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 4265] It should be possible to query template parameters with __traits

2013-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added CC|

[Issue 4265] It should be possible to query template parameters with __traits

2012-12-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-22 15:09:13 PST --- I can have a pull ready soon for 2 traits: 1. Get the template out of the template instance (Foo!int = Foo) 2. Get the arguments used to instantiate

[Issue 4265] It should be possible to query template parameters with __traits

2012-12-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-22 15:24:32 PST --- (In reply to comment #5) I can have a pull ready soon for 2 traits: 1. Get the template out of the template instance (Foo!int = Foo) 2. Get the

[Issue 4265] It should be possible to query template parameters with __traits

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

[Issue 4265] It should be possible to query template parameters with __traits

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 nfx...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4265] It should be possible to query template parameters with __traits

2010-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment

[Issue 4265] It should be possible to query template parameters with __traits

2010-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4265 --- Comment #2 from nfx...@gmail.com 2010-06-03 20:05:20 PDT --- Trass3r: meta programming. It often happened to me that I wanted to get the template params. Sometimes I had to add alias declarations just to get access to them. I think this