فهرست منبع

Remove packed attribute from aiVector2

Returning a reference to a member of packed member is UB
Turo Lamminen 7 سال پیش
والد
کامیت
45ad63f373
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/assimp/vector2.h

+ 1 - 1
include/assimp/vector2.h

@@ -99,7 +99,7 @@ public:
     operator aiVector2t<TOther> () const;
 
     TReal x, y;
-} PACK_STRUCT;
+};
 
 typedef aiVector2t<ai_real> aiVector2D;