Different machine code for empty default constructor v. implicitly-defined one

后端 未结 0 1624
陌清茗
陌清茗 2021-01-24 21:24

Given the following struct...

#include 

struct C {
    long a[16]{};
    long b[16]{};

    C() = default;
};

// For godbolt
C construct() {
         


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