added: missing value_type typedef

master
jan p springer ago%!(EXTRA string=11 years)
parent 37e5868200
commit 9ecc30c5dd
  1. 1
      glm/gtc/quaternion.hpp

@ -56,6 +56,7 @@ namespace detail
{
enum ctor{null};
typedef T value_type;
typedef tvec4<bool, P> bool_type;
public:

Loading…
Cancel
Save