Changeset 3028
- Timestamp:
- 12/12/07 16:20:07 (1 year ago)
- Files:
-
- trunk/object.di (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/object.di
r2913 r3028 165 165 char[] toString(); 166 166 } 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 }












