view lphobos/llvmsupport.d @ 507:39dbe48d3fe2

Got rid of improper static array compile time index check. It had caused tango.core.Variant to fail to compile.
author Christian Kamm <kamm incasoftware de>
date Wed, 13 Aug 2008 22:31:46 +0200
parents 0ccfae271c45
children
line wrap: on
line source

module llvmsupport;

import
llvm.intrinsic,
llvm.va_list;