From 210c95b283332bc463edb8baa2d6438c3fd500af Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 16 Dec 2014 14:03:57 -0500 Subject: Remove Visual Studio workaround for lack of std::fpclassify(). Visual Studio 2013 evidently does provide std::fpclassify(), so we no longer need the funky local alias. --- indra/test/llsd_new_tut.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'indra/test') diff --git a/indra/test/llsd_new_tut.cpp b/indra/test/llsd_new_tut.cpp index 81db191ca6..458df3361e 100755 --- a/indra/test/llsd_new_tut.cpp +++ b/indra/test/llsd_new_tut.cpp @@ -33,18 +33,7 @@ #include "llsdtraits.h" #include "llstring.h" -#if LL_WINDOWS -#include -namespace -{ - int fpclassify(double x) - { - return _fpclass(x); - } -} -#else using std::fpclassify; -#endif namespace tut { -- cgit v1.2.3