Fixed unitilized constructor on MacOSX
This commit is contained in:
parent
bf9e4458b6
commit
cb8250c20b
@ -798,3 +798,11 @@ namespace detail
|
|||||||
# pragma message("GLM: #define GLM_FORCE_SIZE_T_LENGTH for .length() to return a size_t")
|
# pragma message("GLM: #define GLM_FORCE_SIZE_T_LENGTH for .length() to return a size_t")
|
||||||
# endif
|
# endif
|
||||||
#endif//GLM_MESSAGE
|
#endif//GLM_MESSAGE
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Uninitialize constructors
|
||||||
|
|
||||||
|
namespace glm
|
||||||
|
{
|
||||||
|
enum ctor{uninitialize};
|
||||||
|
}//namespace glm
|
||||||
|
@ -33,8 +33,6 @@
|
|||||||
|
|
||||||
namespace glm
|
namespace glm
|
||||||
{
|
{
|
||||||
enum ctor{uninitialize};
|
|
||||||
|
|
||||||
template <typename T, precision P> struct tvec1;
|
template <typename T, precision P> struct tvec1;
|
||||||
template <typename T, precision P> struct tvec2;
|
template <typename T, precision P> struct tvec2;
|
||||||
template <typename T, precision P> struct tvec3;
|
template <typename T, precision P> struct tvec3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user