From 56564badb5a5bae8ae51c6b4b3394391dfb79aa3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 5 May 2013 21:36:22 +0200 Subject: [PATCH] Added tests for issue #72 --- glm/core/func_vector_relational.hpp | 12 ++-- test/core/CMakeLists.txt | 1 + test/core/core_type_cast.cpp | 87 +++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 test/core/core_type_cast.cpp diff --git a/glm/core/func_vector_relational.hpp b/glm/core/func_vector_relational.hpp index 4ee7b46c..6e935124 100644 --- a/glm/core/func_vector_relational.hpp +++ b/glm/core/func_vector_relational.hpp @@ -106,8 +106,8 @@ namespace glm /// /// @see GLSL any man page /// @see GLSL 4.20.8 specification, section 8.7 Vector Relational Functions - template