On Tuesday, 5 July 2016 at 09:04:38 UTC, sam wrote:
This was the only way I could get it to compile on DMD64 D Compiler v2.071.1 /LDC - the LLVM D compiler (1.0.0).
yep, i forgot to test it with 64-bit compiler, sorry. i fixed all three decoders now.
There are a lot more errors in the gdc version mainly about pragma.yep, `pragma(inline, true);` is not supported by gdc yet. still, i added condition to all pragmas, so it should work with GDC now.
