align number

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Jun 7 20:31:11 PDT 2012


On 6/8/12, Bernard Helyer <b.helyer at gmail.com> wrote:
> Well that doesn't seem to work.

Try this:

version(Win64) {
align(8):
} else {
align(4):
}


More information about the Digitalmars-d mailing list