[Issue 12100] __GENTYPE to generate ever different types
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Apr 23 14:00:43 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=12100
monarchdodra at gmail.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra at gmail.com
--- Comment #4 from monarchdodra at gmail.com ---
(In reply to bearophile_hugs from comment #3)
> (In reply to Andrej Mitrovic from comment #1)
> > How about __uniqueID, which would create a unique string ID?
> 
> Yes, a progressive integer is enough.
Well, it still has to be unique cross-compilation run: If you compile several
different objects differently, then the integer won't be unique.
--
    
    
More information about the Digitalmars-d-bugs
mailing list