comparison 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
comparison
equal deleted inserted replaced
183:3cdf4b0c75a1 184:f5ca6bbbf1d7
11 * License: Public Domain 11 * License: Public Domain
12 * Authors: Walter Bright 12 * Authors: Walter Bright
13 */ 13 */
14 module std.intrinsic; 14 module std.intrinsic;
15 15
16 // LLVMDC doesn't use this module!
17 version( LLVMDC )
18 {
19 static assert(0, "LLVMDC does not support the std.intrinsic module with Tango");
20 }
16 21
17 /** 22 /**
18 * Scans the bits in v starting with bit 0, looking 23 * Scans the bits in v starting with bit 0, looking
19 * for the first set bit. 24 * for the first set bit.
20 * Returns: 25 * Returns: