g-truc / glm

OpenGL Mathematics (GLM)
https://glm.g-truc.net
Other
9.1k stars 2.12k forks source link

Update number_precision.hpp - number_precision.inl has been deleted #1258

Closed ianf79 closed 6 months ago

ianf79 commented 7 months ago

number_precision.inl has been deleted as it was empty. The include in number_precision.hpp causes an error for anything using it

christophe-lunarg commented 7 months ago

Ah, interesting, number_precision.hpp is missing from https://github.com/g-truc/glm/blob/master/glm/ext.hpp too.

christophe-lunarg commented 6 months ago

This issue was fixed by https://github.com/g-truc/glm/pull/1258

Thanks for contributing!