0.4.3
Fixed it so that dxml compiles with -inline.
- For some reason, dmd fails to inline a couple of the functions marked with
pragma(inline, true)
(which cause a compilation error with-inline
), so at least until that's fixed, they're no longer marked withpragma(inline, true)
.