[mlpack-svn] r15228 - mlpack/trunk/src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jun 12 11:56:37 EDT 2013


Author: rcurtin
Date: 2013-06-12 11:56:36 -0400 (Wed, 12 Jun 2013)
New Revision: 15228

Modified:
   mlpack/trunk/src/mlpack/core.hpp
Log:
How did that happen?


Modified: mlpack/trunk/src/mlpack/core.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core.hpp	2013-06-12 14:45:39 UTC (rev 15227)
+++ mlpack/trunk/src/mlpack/core.hpp	2013-06-12 15:56:36 UTC (rev 15228)
@@ -158,8 +158,8 @@
 #if defined(__GNUG__) && !defined(DEBUG)
   #undef force_inline
   #define force_inline __attribute__((always_inline))
-#elif defined(_MSC_VER)
-  #undef force_inline && !defined(DEBUG)
+#elif defined(_MSC_VER) && !defined(DEBUG)
+  #undef force_inline
   #define force_inline __forceinline
 #endif
 




More information about the mlpack-svn mailing list