Is the compiler allowed to optimise out private data members?

前端 未结 0 1362
失恋的感觉
失恋的感觉 2020-12-08 22:34

If the compiler can prove that a (private) member of a class is never used, including by potential friends, does the standard allow the compiler to remove this member from t

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