需要编译期常量。
一般这种使用constexpr
【 在 grainbuds (hello) 的大作中提到: 】
: 标 题: 这么操作不行么?
: 发信站: 水木社区 (Wed Aug 25 13:24:59 2021), 站内
:
: class Test
: {
: const int size = 5;
: int arr[size];
: }
:
: 只有把size 申明为static才行。
: --
:
: ※ 来源:·水木社区
http://m.mysmth.net·[FROM: 117.136.119.*]
--
FROM 76.126.252.*