mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
Test change
This commit is contained in:
parent
2420c30b2a
commit
840aefa52e
@ -47,7 +47,7 @@
|
||||
namespace glm{
|
||||
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 <>
|
||||
struct tvec2<thalf>
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
||||
namespace glm{
|
||||
namespace detail
|
||||
{
|
||||
#ifndef _MSC_EXTENSIONS
|
||||
#if 1 //ndef _MSC_EXTENSIONS
|
||||
|
||||
//////////////////////////////////////
|
||||
// hvec2
|
||||
|
Loading…
Reference in New Issue
Block a user