diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:47:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:47:31 +0100 |
| commit | 881039cd402fc24c43659c9727f89cffce0469fe (patch) | |
| tree | 7caf7d6f4a260b08cffeab9da3893e0c2213aa19 /include/ocl/smart_ptr.hpp | |
| parent | c62d8578cc50f20fe65624afdf642c1763b3547d (diff) | |
chore: API cleanup and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/smart_ptr.hpp')
| -rw-r--r-- | include/ocl/smart_ptr.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ocl/smart_ptr.hpp b/include/ocl/smart_ptr.hpp index 333e460..23671f1 100644 --- a/include/ocl/smart_ptr.hpp +++ b/include/ocl/smart_ptr.hpp @@ -24,7 +24,6 @@ namespace ocl /// @brief Constructs a `delete_ptr`, that is, a pointer that isn't deleted from the heap. template<class T> inline auto delete_ptr(T* object) -> auto { return shared_ptr<T>{ object, boost::null_deleter{}}; } - } #endif // ifndef __OCL_SMART_PTR
\ No newline at end of file |
