Fixed unitilized constructor on MacOSX

master
Christophe Riccio ago%!(EXTRA string=11 years)
parent bf9e4458b6
commit cb8250c20b
  1. 8
      glm/detail/setup.hpp
  2. 2
      glm/detail/type_vec.hpp

@ -798,3 +798,11 @@ namespace detail
# pragma message("GLM: #define GLM_FORCE_SIZE_T_LENGTH for .length() to return a size_t")
# endif
#endif//GLM_MESSAGE
///////////////////////////////////////////////////////////////////////////////////////////////////
// Uninitialize constructors
namespace glm
{
enum ctor{uninitialize};
}//namespace glm

@ -33,8 +33,6 @@
namespace glm
{
enum ctor{uninitialize};
template <typename T, precision P> struct tvec1;
template <typename T, precision P> struct tvec2;
template <typename T, precision P> struct tvec3;

Loading…
Cancel
Save