mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed GLM_FORCE_CXX** section in the manual
This commit is contained in:
parent
416fa93e42
commit
cf6504b65e
@ -6,9 +6,9 @@
|
|||||||
#define GLM_VERSION_MAJOR 0
|
#define GLM_VERSION_MAJOR 0
|
||||||
#define GLM_VERSION_MINOR 9
|
#define GLM_VERSION_MINOR 9
|
||||||
#define GLM_VERSION_PATCH 9
|
#define GLM_VERSION_PATCH 9
|
||||||
#define GLM_VERSION_REVISION 1
|
#define GLM_VERSION_REVISION 2
|
||||||
#define GLM_VERSION 991
|
#define GLM_VERSION 992
|
||||||
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.1"
|
#define GLM_VERSION_MESSAGE "GLM: version 0.9.9.2"
|
||||||
|
|
||||||
#define GLM_SETUP_INCLUDED GLM_VERSION
|
#define GLM_SETUP_INCLUDED GLM_VERSION
|
||||||
|
|
||||||
|
@ -336,7 +336,7 @@ any inclusion of `<glm/glm.hpp>` to restrict the language feature set C++98:
|
|||||||
For C++11, C++14, and C++17 equivalent defines are available:
|
For C++11, C++14, and C++17 equivalent defines are available:
|
||||||
* `GLM_FORCE_CXX11`
|
* `GLM_FORCE_CXX11`
|
||||||
* `GLM_FORCE_CXX14`
|
* `GLM_FORCE_CXX14`
|
||||||
* `GLM_FORCE_CXX14`
|
* `GLM_FORCE_CXX17`
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#define GLM_FORCE_CXX11
|
#define GLM_FORCE_CXX11
|
||||||
|
@ -52,6 +52,10 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
|||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
|
||||||
|
### [GLM 0.9.9.2](https://github.com/g-truc/glm/commits/master) - 2018-XX-XX
|
||||||
|
#### Fixes:
|
||||||
|
- Fixed GLM_FORCE_CXX** section in the manual
|
||||||
|
|
||||||
### [GLM 0.9.9.1](https://github.com/g-truc/glm/releases/tag/0.9.9.1) - 2018-09-03
|
### [GLM 0.9.9.1](https://github.com/g-truc/glm/releases/tag/0.9.9.1) - 2018-09-03
|
||||||
#### Features:
|
#### Features:
|
||||||
- Added bitfieldDeinterleave to GTC_bitfield
|
- Added bitfieldDeinterleave to GTC_bitfield
|
||||||
|
Loading…
Reference in New Issue
Block a user