additional android logging for output gtest xml file

This commit is contained in:
Marina Kolpakova
2012-04-07 12:51:59 +00:00
parent 0ff5712d06
commit cf02b2e258
3 changed files with 49 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ namespace cv
// It is intended to pass to nvcc-compiled code. GpuMat depends on headers that nvcc can't compile
template <bool expr> struct StaticAssert;
template <> struct StaticAssert<true> {static __CV_GPU_HOST_DEVICE__ void check(){}};
template <> struct StaticAssert<true> {static __CV_GPU_HOST_DEVICE__ void check(){}};
template<typename T> struct DevPtr
{