microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.54k stars 238 forks source link

Replace deprecated headers #103

Closed ghost closed 4 years ago

ghost commented 4 years ago

This PR replaces the old, deprecated c headers with the c++ ones in the STL

walbourn commented 4 years ago

I inteniontally use C headers instead of C++ headers becuase of some behavior of older Visual C++ CRT's (it pulled in the "version stamp" for _MSC_VER), but that only needs to be in DirectXMath.h

ghost commented 4 years ago

Done @walbourn