mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Fixed _YES / _NO
This commit is contained in:
parent
a1c64f35b1
commit
8d89e9fa45
1 changed files with 2 additions and 6 deletions
|
@ -13,10 +13,6 @@
|
|||
#include "../setup.hpp"
|
||||
#include <cassert>
|
||||
|
||||
//#define valType typename genType::value_type
|
||||
//#define valType_cref typename genType::value_type const &
|
||||
//#define genType_cref typename genType const &
|
||||
|
||||
namespace glm{
|
||||
namespace detail{
|
||||
|
||||
|
@ -226,8 +222,8 @@ namespace detail{
|
|||
{
|
||||
enum is_bool_enum
|
||||
{
|
||||
YES = 0,
|
||||
NO = 1
|
||||
_YES = 0,
|
||||
_NO = 1
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue