Compile error: member with constructor not allowed in anonymous aggregate

后端 未结 0 723
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-18 03:33

This is the code:

#include 

struct AABB
{
    union {
        struct { glm::vec3 pMin, pMax; };
           


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