[Issue 11396] New: Function alias declaration not valid according to spec
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 30 20:52:34 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11396
Summary: Function alias declaration not valid according to spec
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: websites
AssignedTo: nobody at puremagic.com
ReportedBy: brian-schott at cox.net
--- Comment #0 from brian-schott at cox.net 2013-10-30 20:52:33 PDT ---
The official language specification does not allow for the following
declaration:
alias extern(C) int function(int) foo;
But this code is accepted by DMD.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list