From c021cbd3b8b93fac6d8f5950476bee1cf5f1a2cb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Mar 2024 18:44:19 +0100 Subject: remove obsolete comments --- compat/intrusive-ptr.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat') diff --git a/compat/intrusive-ptr.hpp b/compat/intrusive-ptr.hpp index 7cc15494..a997192b 100644 --- a/compat/intrusive-ptr.hpp +++ b/compat/intrusive-ptr.hpp @@ -55,7 +55,7 @@ struct refcount_access refcount_access() = delete; static constexpr auto access(T* ptr) noexcept -> counter_type&; - template static constexpr Y* checked_cast(const T* ptr) noexcept; // todo! + template static constexpr Y* checked_cast(const T* ptr) noexcept; // todo }; template @@ -147,7 +147,7 @@ consteval bool check_traits() #define fm_template template #define fm_basic_iptr basic_iptr -#ifndef FM_IPTR_USE_CONSTRUCT_AT // todo! finish it +#ifndef FM_IPTR_USE_CONSTRUCT_AT // todo finish it #define FM_IPTR_USE_CONSTRUCT_AT 0 #endif -- cgit v1.2.3