且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

未定义的引用static constexpr char [] []

更新时间:2023-11-10 19:52:34

定义需要超出类,而初始化器属于类内。

The definition needs to go outside the class, while the initializer belongs inside the class.

constexpr char A::dict[][3];