From 9a0c6290a20ba8a722f85965e78e19aae8689e21 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Fri, 15 Jan 2016 12:07:33 +0100 Subject: [PATCH] Fix another VS2015 warning --HG-- branch : develop --- code/nel/include/nel/misc/smart_ptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/include/nel/misc/smart_ptr.h b/code/nel/include/nel/misc/smart_ptr.h index 2bfb57cc3..016097a3c 100644 --- a/code/nel/include/nel/misc/smart_ptr.h +++ b/code/nel/include/nel/misc/smart_ptr.h @@ -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 template