From 185335e8efcac46e96e25e5a50e0d4b93152f983 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 21 Dec 2025 11:11:23 +0100 Subject: feat: New release of `OCL.Core`, standalone module. Signed-off-by: Amlal El Mahrouss --- example/smart_ptr_example/example.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'example/smart_ptr_example/example.cc') diff --git a/example/smart_ptr_example/example.cc b/example/smart_ptr_example/example.cc index a8293f2..e0f8555 100644 --- a/example/smart_ptr_example/example.cc +++ b/example/smart_ptr_example/example.cc @@ -2,6 +2,7 @@ #include #include +/// \brief Smart pointer example. auto main(int argc, char** argv) -> int { ocl::shared_ptr smart = ocl::delete_ptr(&std::cout); -- cgit v1.2.3