Commit 9304d32b authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561)

parent f0b9c90f
...@@ -309,7 +309,7 @@ namespace cv { namespace gpu { namespace device ...@@ -309,7 +309,7 @@ namespace cv { namespace gpu { namespace device
}}} }}}
#ifdef _WIN32 #if 0 //def _WIN32
template<typename T> template<typename T>
static T _interpLinear(const T &a, const T &b, Ncv32f d) static T _interpLinear(const T &a, const T &b, Ncv32f d)
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include <vector> #include <vector>
#include "NCV.hpp" #include "NCV.hpp"
#ifdef _WIN32 #if 0 //def _WIN32
template <class T> template <class T>
class NCV_EXPORTS NCVMatrixStack class NCV_EXPORTS NCVMatrixStack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment