Skip to content

Commit

Permalink
Added unary + operator #435
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Jan 3, 2016
2 parents 1709e9a + 627d36f commit ebdb7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glm/detail/setup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
#define GLM_VERSION_MAJOR 0
#define GLM_VERSION_MINOR 9
#define GLM_VERSION_PATCH 7
#define GLM_VERSION_REVISION 1
#define GLM_VERSION_REVISION 2

#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_VERSION_DISPLAYED))
# define GLM_MESSAGE_VERSION_DISPLAYED
# pragma message ("GLM: version 0.9.7.1")
# pragma message ("GLM: version 0.9.7.2")
#endif//GLM_MESSAGE

///////////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed 'GLM_COMPILER_VC2005 is not defined' warning #468
- Fixed various 'X is not defined' warnings #468
- Fixed missing unary + operator #435
- Fixed Cygwin build errors when using C++11 #405
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
##### Improvements:
Expand Down

0 comments on commit ebdb7aa

Please # to comment.