enum sstring problem

Lloyd Dupont ld-REMOVE at galador.net
Sun Jun 12 09:43:50 PDT 2011


I'm using 2.053
this compile fine:
====
enum : string
{
    A = "hello",
    B = "betty",
}
====

this doesn't!
====
enum AA : string
{
    A = "hello",
    B = "betty",
}
====

Am I missing something? Named enum can't be typed? known bug?


More information about the Digitalmars-d-learn mailing list