error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
static const float DEFAULT_HEIGHT = 1.83;
把const改成constexpr就可以了
image.png
error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
static const float DEFAULT_HEIGHT = 1.83;
把const改成constexpr就可以了
image.png
本文标题:error: in-class initializer for
本文链接:https://www.haomeiwen.com/subject/rlbmbctx.html
网友评论