Changeset 213

Show
Ignore:
Timestamp:
07/07/06 02:27:36 (2 years ago)
Author:
Don Clugston
Message:

Deleted some old workarounds that haven't been required since about DMD 0.145.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/meta/nameof.d

    r210 r213  
    169169 
    170170// remove the ".d" from the end 
    171 const char [] THISFILE = "meta." ~ __FILE__[0..$-2]
     171const char [] THISFILE = "meta.nameof"
    172172 
    173173static assert( prettytypeof!(real) == "real"); 
  • trunk/meta/string.d

    r160 r213  
    11 
    22module meta.string; 
    3 private import meta.strhacks; 
    43 
    54// Returns str[] sans trailing delimiter[], if any. 
  • trunk/meta/unittests.d

    r126 r213  
    99import meta.conv; 
    1010import meta.ctype; 
     11import meta.nameof;