Thread overview | ||||||
---|---|---|---|---|---|---|
|
January 21, 2009 [Issue 2600] New: Nonuniform treatment of built-in types and user-defined types in value syntax | ||||
---|---|---|---|---|
| ||||
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. -- |
January 26, 2009 [Issue 2600] Nonuniform treatment of built-in types and user-defined types in value syntax | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2600 ------- Comment #1 from wbaxter@gmail.com 2009-01-25 18:35 ------- This has my vote. -- |
April 27, 2010 [Issue 2600] Nonuniform treatment of built-in types and user-defined types in value syntax | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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: ------- |
February 05, 2013 [Issue 2600] Nonuniform treatment of built-in types and user-defined types in value syntax | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 --- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-04 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: ------- |
Copyright © 1999-2021 by the D Language Foundation