Closed HailToDodongo closed 6 months ago
Using DEFINE_RSP_UCODE in C++ leads to errors since it wants to have the init order the same as in the struct: error: designator order for field 'rsp_ucode_t::code_end' does not match declaration order in 'rsp_ucode_t'
DEFINE_RSP_UCODE
error: designator order for field 'rsp_ucode_t::code_end' does not match declaration order in 'rsp_ucode_t'
Using
DEFINE_RSP_UCODE
in C++ leads to errors since it wants to have the init order the same as in the struct:error: designator order for field 'rsp_ucode_t::code_end' does not match declaration order in 'rsp_ucode_t'