More std trivial experiments #263

This commit is contained in:
Christophe Riccio
2014-11-04 01:06:16 +01:00
parent 931e72b456
commit a2a6037ba5
2 changed files with 2 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ namespace detail
GLM_FUNC_DECL explicit tvec4(ctor);
GLM_FUNC_DECL explicit tvec4(T const & s);
GLM_FUNC_DECL tvec4(T const & s0, T const & s1, T const & s2, T const & s3);
GLM_FUNC_DECL ~tvec4(){}
//////////////////////////////////////
// Conversion scalar constructors