Using the option --short-enums of GCC, that makes it use the smallest type still fitting all the values. int main() { enum X { A = 0 }; enum X ...
確定! 回上一頁