는 그래서 같은 D3DXMATRIXA16
위한 벡터 만들려고 해요 : vector<D3DXMATRIXA16> matrices;
및 오류 얻고있다 :오류 C2719 : '_Val': __declspec (formal ('16 '))이있는 형식 매개 변수가 정렬되지 않습니다?
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\vector(717) :
error C2719: '_Val': formal parameter with __declspec(align('16')) won't be aligned
e:\projects\emuntitled\em\emscratch\emshadow.h(60) :
:see reference to class template instantiation 'std::vector<_Ty>' being compiled with [ _Ty=D3DXMATRIXA16 ]
왜 정확하게를?
도움 주셔서 감사합니다.
어디에서 코드를 게시 할 수 있습니까? – Tchami