This feature is one of the C++11 features added to BCC32. enum E : short; // OK: unscoped, underlying type is short enum F: // illegal: enum-base is required ...
確定! 回上一頁