problems with mixins and non-ascii characters

Uplink_Coder someemail at someprovider.some
Wed Jan 22 02:09:11 PST 2014


Hi,
When I try to define an Enum with an umlaut like ä
	
enum test2 {
	l,
	ä
	}
I get  Error: basic type expected, not "\u00e4"
and     Error: type only allowed if anonymous enum and no enum 
type

is there any workaround for this ?


More information about the Digitalmars-d-learn mailing list