37 PCL_DEPRECATED_HEADER(1, 15,
"pcl::device::Static will be removed at PCL release 1.15");
39 #ifndef PCL_GPU_DEVICE_STATIC_CHECK_HPP_
40 #define PCL_GPU_DEVICE_STATIC_CHECK_HPP_
42 #if defined(__CUDACC__)
43 #define __PCL_GPU_HOST_DEVICE__ __host__ __device__ __forceinline__
45 #define __PCL_GPU_HOST_DEVICE__
54 struct [[
deprecated("This class will be replaced at PCL release 1.15 by "
55 "c++11's static_assert instead")]]
Static<true>
57 __PCL_GPU_HOST_DEVICE__
static void check(){};
66 #undef __PCL_GPU_HOST_DEVICE__
struct deprecated("This class will be replaced at PCL release 1.15 by ""c++11's static_assert instead")]] Static< true >