Fix another VS2015 warning

--HG--
branch : develop
This commit is contained in:
kaetemi 2016-01-15 12:07:33 +01:00
parent da02779588
commit 9a0c6290a2

View file

@ -352,7 +352,7 @@ public:
} }
}; };
#if defined(NL_COMP_VC) && NL_COMP_VC_VERSION >= 80 #if defined(NL_COMP_VC) && NL_COMP_VC_VERSION >= 80 && NL_COMP_VC_VERSION < 140
// This operator only purpose is to compare with NULL value // This operator only purpose is to compare with NULL value
template <class T> template <class T>