summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/core')
-rw-r--r--include/ocl/core/config.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ocl/core/config.hpp b/include/ocl/core/config.hpp
index 7e74c81..4fdfc4e 100644
--- a/include/ocl/core/config.hpp
+++ b/include/ocl/core/config.hpp
@@ -23,6 +23,9 @@
#include <sys/types.h>
#include <unistd.h>
+#define OCL_DEPRECATED() [[deprecated]]
+#define OCL_DEPRECATED_MSG(MSG) [[deprecated( MSG )]]
+
#ifdef __cplusplus
/// DLL/Dylib/So specific macro.
#define OCL_EXPORT_DECL extern "C" BOOST_SYMBOL_EXPORT