[Issue 785] static if(is(cent)): "basic type expected, not cent"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 28 20:21:43 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=785
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID
------- Comment #3 from bugzilla at digitalmars.com 2007-10-28 22:21 -------
If it isn't implemented, it doesn't really matter at what point in the
compilation process it isn't implemented. To check if it is implemented, I
suggest going by the version number in std.compiler, or defining your own
version identifier for it.
cent/ucent keywords are reserved simply to prevent anyone from using them as
variable names, so that they *can* be used in the future.
--
More information about the Digitalmars-d-bugs
mailing list