Fixed defaulted operator= and constructors #791

This commit is contained in:
Groove
2018-07-28 22:53:57 +02:00
parent 8e8d046587
commit 5df76e830d
3 changed files with 146 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Fixed ortho #790
- Fixed Visual C++ 2013 warnings in vector relational code #782
- Fixed ICC build errors with constexpr #704
- Fixed defaulted operator= and constructors #791
### [GLM 0.9.9.0](https://github.com/g-truc/glm/releases/tag/0.9.9.0) - 2018-05-22
#### Features: