version bug? or am I missing something?

2011-06-28 Thread clone!(all)
The following outputs "Unicode!". If I reverse the comment for [1] and [2] however, the output is "ASCII". file a: module A; version = Unicode; [1] version(Unicode) { alias ChoiceA Choice; } else { alias ChoiceB Choice; } string ChoiceA() { re

Re: version bug? or am I missing something?

2011-06-28 Thread clone!(all)
On 6/29/2011 11:28 AM, Jonathan M Davis wrote: On 2011-06-28 19:22, clone!(all) wrote: The following outputs "Unicode!". If I reverse the comment for [1] and [2] however, the output is "ASCII". file a: module A; version = Unicode;