[Issue 785] New: static if(is(cent)): "basic type expected, not cent"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 2 05:21:21 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=785
Summary: static if(is(cent)): "basic type expected, not cent"
Product: D
Version: 0.178
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: thomas-dloop at kuehne.cn
cent is a not-yet-implemented basic type but DMD fails to compile the code
below below with the error message: basic type expected, not cent
#
# static if(is(cent)){
# }
#
--
More information about the Digitalmars-d-bugs
mailing list