summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-01 18:44:19 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-01 18:44:19 +0100
commitc021cbd3b8b93fac6d8f5950476bee1cf5f1a2cb (patch)
treeb92a26556423996521aa02c069916bc3ab743627 /compat
parent6e2d1e5842e9805f33cab7f0a8385c3ebb466172 (diff)
remove obsolete comments
Diffstat (limited to 'compat')
-rw-r--r--compat/intrusive-ptr.hpp4
1 files changed, 2 insertions, 2 deletions
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<typename Y> static constexpr Y* checked_cast(const T* ptr) noexcept; // todo!
+ template<typename Y> static constexpr Y* checked_cast(const T* ptr) noexcept; // todo
};
template<typename Tag, typename T>
@@ -147,7 +147,7 @@ consteval bool check_traits()
#define fm_template template<typename Tag, typename T>
#define fm_basic_iptr basic_iptr<Tag, T>
-#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