disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561)
This commit is contained in:
parent
f0b9c90f79
commit
9304d32b82
@ -309,7 +309,7 @@ namespace cv { namespace gpu { namespace device
|
||||
}}}
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#if 0 //def _WIN32
|
||||
|
||||
template<typename T>
|
||||
static T _interpLinear(const T &a, const T &b, Ncv32f d)
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <vector>
|
||||
#include "NCV.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#if 0 //def _WIN32
|
||||
|
||||
template <class T>
|
||||
class NCV_EXPORTS NCVMatrixStack
|
||||
|
Loading…
x
Reference in New Issue
Block a user