enum foo : const unsigned int { F, S, T }; void func() { foo p; p = F; }
The above compiles so the underlying type is not a const type?
Aucun commentaire:
Enregistrer un commentaire