Fixed GLM_FORCE_CXX** section in the manual

This commit is contained in:
Christophe Riccio
2018-09-03 23:53:45 +02:00
parent 416fa93e42
commit cf6504b65e
3 changed files with 8 additions and 4 deletions

View File

@@ -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:
* `GLM_FORCE_CXX11`
* `GLM_FORCE_CXX14`
* `GLM_FORCE_CXX14`
* `GLM_FORCE_CXX17`
```cpp
#define GLM_FORCE_CXX11