Test change

This commit is contained in:
Christophe Riccio 2011-10-19 22:40:11 +01:00
parent 2420c30b2a
commit 840aefa52e
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
namespace glm{ namespace glm{
namespace detail namespace detail
{ {
#if((GLM_LANG != GLM_LANG_CXX11) && (GLM_LANG != GLM_LANG_CXXMS)) #if 1 //((GLM_LANG != GLM_LANG_CXX11) && (GLM_LANG != GLM_LANG_CXXMS))
template <> template <>
struct tvec2<thalf> struct tvec2<thalf>
{ {

View File

@ -29,7 +29,7 @@
namespace glm{ namespace glm{
namespace detail namespace detail
{ {
#ifndef _MSC_EXTENSIONS #if 1 //ndef _MSC_EXTENSIONS
////////////////////////////////////// //////////////////////////////////////
// hvec2 // hvec2