New enum features

Sean Kelly sean at f4.ca
Mon Jan 7 07:27:49 PST 2008


Sivo Schilling wrote:
> 
> Is there a difference between an anonymous enum member and a manifest
> constant considering a string?

I wouldn't expect so.  In fact I wonder if it shouldn't be a compile 
error to pass a manifest constant string to a run-time function.  How 
can you take the address of something with no storage?


Sean



More information about the Digitalmars-d mailing list