summaryrefslogtreecommitdiff
path: root/boost/compute/cl_ext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/cl_ext.hpp')
-rw-r--r--boost/compute/cl_ext.hpp18
1 files changed, 1 insertions, 17 deletions
diff --git a/boost/compute/cl_ext.hpp b/boost/compute/cl_ext.hpp
index 94cd9cc5b4..0618a62e41 100644
--- a/boost/compute/cl_ext.hpp
+++ b/boost/compute/cl_ext.hpp
@@ -11,23 +11,7 @@
#ifndef BOOST_COMPUTE_CL_EXT_HPP
#define BOOST_COMPUTE_CL_EXT_HPP
-#if defined(BOOST_COMPUTE_MAX_CL_VERSION)
-# if !defined(CL_USE_DEPRECATED_OPENCL_2_1_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 202
-# define CL_USE_DEPRECATED_OPENCL_2_1_APIS
-# endif
-# if !defined(CL_USE_DEPRECATED_OPENCL_2_0_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 201
-# define CL_USE_DEPRECATED_OPENCL_2_0_APIS
-# endif
-# if !defined(CL_USE_DEPRECATED_OPENCL_1_2_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 200
-# define CL_USE_DEPRECATED_OPENCL_1_2_APIS
-# endif
-# if !defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 102
-# define CL_USE_DEPRECATED_OPENCL_1_1_APIS
-# endif
-# if !defined(CL_USE_DEPRECATED_OPENCL_1_0_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 101
-# define CL_USE_DEPRECATED_OPENCL_1_0_APIS
-# endif
-#endif
+#include "detail/cl_versions.hpp"
#if defined(__APPLE__)
#include <OpenCL/cl_ext.h>