[Issue 10231] Spec: Document alias value feature

2014-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10231

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

   Keywords||pull
   Assignee|nob...@puremagic.com|andrej.mitrov...@gmail.com
   Severity|minor   |normal

--- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com ---
https://github.com/D-Programming-Language/dlang.org/pull/555

--


[Issue 10231] Spec: Document alias value feature

2013-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10231



--- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-06-01 
14:37:18 PDT ---
(In reply to comment #1)
 By the way, it seems it does not support implicit type conversions.

For that I think I'd like this enhancement to work:

-
struct X(alias T x, T : int)
{
}

void main()
{
short i;
alias X!i IVal;
}
-

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 10231] Spec: Document alias value feature

2013-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10231


Maxim Fomin ma...@maxim-fomin.ru changed:

   What|Removed |Added

 CC||ma...@maxim-fomin.ru


--- Comment #1 from Maxim Fomin ma...@maxim-fomin.ru 2013-06-01 14:35:49 PDT 
---
By the way, it seems it does not support implicit type conversions.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---