Skip to content

Commit

Permalink
C++14 [[deprecated]] doesn't work on types
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Nov 1, 2024
1 parent fb9e653 commit 9c16719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Inc/DirectXPackedVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ namespace DirectX
// z, y, and x components. The w component is stored in the
// most significant bits and the x component in the least significant bits
// (W2Z10Y10X10): [32] wwzzzzzz zzzzyyyy yyyyyyxx xxxxxxxx [0]
struct XM_DEPRECATED XMXDEC4
struct XMXDEC4
{
union
{
Expand Down Expand Up @@ -705,7 +705,7 @@ namespace DirectX
// integers for the z, y, and x components. The w component is stored in the
// most significant bits and the x component in the least significant bits
// (W2Z10Y10X10): [32] wwzzzzzz zzzzyyyy yyyyyyxx xxxxxxxx [0]
struct XM_DEPRECATED XMDECN4
struct XMDECN4
{
union
{
Expand Down Expand Up @@ -742,7 +742,7 @@ namespace DirectX
// z, y, and x components. The w component is stored in the
// most significant bits and the x component in the least significant bits
// (W2Z10Y10X10): [32] wwzzzzzz zzzzyyyy yyyyyyxx xxxxxxxx [0]
struct XM_DEPRECATED XMDEC4
struct XMDEC4
{
union
{
Expand Down

0 comments on commit 9c16719

Please sign in to comment.