auto make_array() { ... }; is is not a globally reserved keyword, so it can appear as an identifier: int is = 42; assert(is is int); ...
確定! 回上一頁