Is there a good reason why align() applied to structure definitions is not
allowed on the struct definition line within unit-test code blocks?
E.g.:
unittest {
align(1) struct Foo {
charc;
int i;
}
void Bar() {
Foo f;
}
On Thu, 20 Oct 2011 19:48:54 +0300, Jim Danley wrote:
>> I have been a programmer for many years and started using D about one
>> year back. Suddenly, I find myself in unfamiliar territory. I need to
>> used Finish umlauts in chars and strings, but they are not part of my
>> usual American ASCI