digitalmars.D.bugs - minor doc issues
- Carlos Santander B. (11/11) Dec 06 2004 1. mixins are still listed in Future Directions
1. mixins are still listed in Future Directions
2. in the ABI for classes, the following appears:
class XXXX
{
....
};
the semicolon is unnecessary (wrong?)
3. in EnumDeclaration there is: "enum EnumBaseType : EnumBody", when it should
be "enum : EnumBaseType EnumBody"
-----------------------
Carlos Santander Bernal
Dec 06 2004








"Carlos Santander B." <csantander619 gmail.com>