[Issue 2913] aliasing a ref type is not possible

2016-10-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2913 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 2913] aliasing a ref type is not possible

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2913 --- Comment #1 from kamm-removet...@incasoftware.de 2009-04-30 02:40 --- I'm not sure allowing that alias is a good idea, as ref int and int still name the same type. If that alias worked, wouldn't you expect alias ref int rint; int

[Issue 2913] aliasing a ref type is not possible

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2913 --- Comment #2 from and...@metalanguage.com 2009-04-30 08:12 --- (In reply to comment #1) > I'm not sure allowing that alias is a good idea, as ref int and int still name > the same type. If that alias worked, wouldn't you expect > >

[Issue 2913] aliasing a ref type is not possible

2009-05-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2913 --- Comment #3 from ma...@pochta.ru 2009-05-04 08:44 --- dup of bug 2753? --

[Issue 2913] aliasing a ref type is not possible

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