mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +02:00
[svn r200] Fixed: removed use of std.intrinsic.
Fixed: module info could potentially be masked by a previous reference, resulting in linking failure.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user