Just like using namespace std; or using std::cout; , you should you use using enum EnumWithALongName; in a (very) limited scope to avoid ...
確定! 回上一頁