mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
Fixed a bunch of bugs with return/break/continue in loops. Fixed support for the DMDFE hidden implicit return value variable. This can be needed for some foreach statements where the loop body is converted to a nested delegate, but also possibly returns from the function. Added std.math to phobos. Added AA runtime support code, done ground work for implementing AAs. Several other bugfixes.
13 lines
200 B
D
13 lines
200 B
D
module typeinfos2;
|
|
|
|
import
|
|
typeinfo2.ti_AC,
|
|
typeinfo2.ti_Adouble,
|
|
typeinfo2.ti_Afloat,
|
|
typeinfo2.ti_Ag,
|
|
typeinfo2.ti_Aint,
|
|
typeinfo2.ti_Along,
|
|
typeinfo2.ti_Areal,
|
|
typeinfo2.ti_Ashort,
|
|
typeinfo2.ti_C;
|