digitalmars.D.bugs - [Issue 2600] New: Nonuniform treatment of built-in types and user-defined types in value syntax
- d-bugmail puremagic.com (22/22) Jan 21 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2600
- d-bugmail puremagic.com (4/4) Jan 25 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2600
- d-bugmail puremagic.com (10/10) Apr 27 2010 http://d.puremagic.com/issues/show_bug.cgi?id=2600
- d-bugmail puremagic.com (13/13) Feb 04 2013 http://d.puremagic.com/issues/show_bug.cgi?id=2600
http://d.puremagic.com/issues/show_bug.cgi?id=2600 Summary: Nonuniform treatment of built-in types and user-defined types in value syntax Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: andrei metalanguage.com The following code doesn't compile and it should: alias int A; void main() { auto x = A(4); } All types, built-in and user-defined, must offer the ability of construction with type name followed by a parenthesized list of arguments. --
Jan 21 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2600 This has my vote. --
Jan 25 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2600 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugdbug yahoo.com.au Version|unspecified |2.040 Severity|normal |enhancement -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 27 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2600 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich gmail.com Resolution| |DUPLICATE 18:06:46 PST --- Issue9112 has a pull request and more info. *** This issue has been marked as a duplicate of issue 9112 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 04 2013