Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3028

Show
Ignore:
Timestamp:
12/12/07 16:20:07 (1 year ago)
Author:
sean
Message:

Eliminated the PhobosCompatibility? version flag. The few remaining bits have been added to Tangobos instead.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/object.di

    r2913 r3028  
    165165    char[] toString(); 
    166166} 
    167  
    168  
    169 version( PhobosCompatibility ) 
    170 { 
    171     alias Exception Error; 
    172     alias bool      bit; 
    173  
    174     pragma( msg, "Phobos compatibility is currently enabled.  This is a time-" 
    175                  "limted feature intended for short-term convenience.  Please" 
    176                  " do not rely on its indefinite existence." ); 
    177 }