[Issue 17038] support for std.uni store / load trie entry table
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jan 8 01:57:57 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17038
--- Comment #1 from Remi Thebault <remi.thebault at gmail.com> ---
In addition, it should be supported to store the table for both 32 bits and 64
bits.
Currently the Trie.store method outputs D code for the running architecture
only.
64 bits code output cannot compile in 32 bits.
32 bits code output will compile in 64 bits, but will likely give false
results.
And what about endianness?
--
More information about the Digitalmars-d-bugs
mailing list