Why does this C++ struct (with fixed length array) lead to enormous compile time

前端 未结 0 1495
囚心锁ツ
囚心锁ツ 2021-02-05 20:42

I am having this c struct

#ifdef __cplusplus
extern "C" {
#endif

#define NUMBER_STRUCTS 2048

struct StructA
{
    uint32_t a1;
    uint32_t b1;
    ui         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题