diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-28 10:15:01 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-28 10:15:01 -0500 |
| commit | 83bdb3bd0ce5ca6301aec047c1886c8d00e34085 (patch) | |
| tree | 2f2010e6a6d3e9c3522c2de61bdb15e29b1d28e5 /include/ocl/core | |
| parent | 2ce555077458bbb2f36a9076edd312d3293ad56f (diff) | |
chore: basic_url has new ref_type, new deprecated macros.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/core')
| -rw-r--r-- | include/ocl/core/config.hpp | 3 |
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 |
