using makes an identifier to be visible in the global scope, but why cannot be used for static class member?
using
static
For example using std::string::size_type; is wrong. Why?
using std::string::size_type;
Aucun commentaire:
Enregistrer un commentaire