Could any one encounter this issure.
18: error: variables defined in a constexpr function must be initialized
const uint32_t align = uint32_lcm(256, _stride);
And also i utilize Cmake to build under windows platform.
Please help me, thanks.
Comments
Post a Comment