length() member functions are constexpr #657

This commit is contained in:
Christophe Riccio
2017-07-24 12:01:44 +02:00
parent 50a527c97d
commit 1b78e2b681
16 changed files with 73 additions and 72 deletions

View File

@@ -74,7 +74,8 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Removed GCC shadow warnings #595
- Added error for including of different versions of GLM #619
- Added GLM_FORCE_IGNORE_VERSION to ignore error caused by including different version of GLM #619
- Reduced warnings when using very strict compilation flags #646
- Reduced warnings when using very strict compilation flags #646
- length() member functions are constexpr #657
#### Fixes:
- Removed doxygen references to GTC_half_float which was removed in 0.9.4