From 83bdb3bd0ce5ca6301aec047c1886c8d00e34085 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 28 Nov 2025 10:15:01 -0500 Subject: chore: basic_url has new ref_type, new deprecated macros. Signed-off-by: Amlal El Mahrouss --- include/ocl/core/config.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ocl/core') 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 #include +#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 -- cgit v1.2.3