microsoft / OpenXR-MixedReality

OpenXR samples and preview headers for HoloLens and Windows Mixed Reality developers familiar with Visual Studio
https://aka.ms/openxr
MIT License
335 stars 95 forks source link

Fix failed assert in XrMath.h #110

Closed dgough closed 1 year ago

dgough commented 1 year ago

Fixed issue #109. The error occurred in VS2022 but not in the VS2019 toolset.

The compiler error message isn't as obvious now but I added a comment if anyone tries to use xr::math::cast for a type that hasn't added a template specialization.