diff tango/std/intrinsic.di @ 184:f5ca6bbbf1d7 trunk

[svn r200] Fixed: removed use of std.intrinsic. Fixed: module info could potentially be masked by a previous reference, resulting in linking failure.
author lindquist
date Wed, 07 May 2008 22:01:59 +0200
parents 1700239cab2e
children
line wrap: on
line diff
--- a/tango/std/intrinsic.di	Wed May 07 20:22:42 2008 +0200
+++ b/tango/std/intrinsic.di	Wed May 07 22:01:59 2008 +0200
@@ -13,6 +13,11 @@
  */
 module std.intrinsic;
 
+// LLVMDC doesn't use this module!
+version( LLVMDC )
+{
+    static assert(0, "LLVMDC does not support the std.intrinsic module with Tango");
+}
 
 /**
  * Scans the bits in v starting with bit 0, looking