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.51k stars 231 forks source link

Rename Internal namespace to MathInternal for some conformance issues #190

Closed walbourn closed 2 months ago

walbourn commented 2 months ago

I used the DirectX::Internal namespace in some other contents, and in particular I used an inline namespace DirectX::DX11 with an Internal namespace. This confuses some compilers and resulted in build failures. As a solution, I just renamed the internal namespaces to something more unique.

walbourn commented 2 months ago

https://github.com/microsoft/DirectXTK/issues/451