class scope virtual template functions

Jason House jason.james.house at gmail.com
Thu May 29 14:33:02 PDT 2008


 > 1) the template members are enumerations (just build the whole set)

Much to my frustration, D's enums do not represent a completely enumerated set. This causes all kinds of problems such as invalidating your example, preventing a default toString method, and mangling otherwise clean switch statements. 



More information about the Digitalmars-d mailing list