From 2d2e0d19cf0fa03ea8c0dc59411205bd4f3cdc7e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 15 Jul 2024 06:43:30 +0200 Subject: w --- compat/borrowed-ptr.inl | 3 --- 1 file changed, 3 deletions(-) (limited to 'compat/borrowed-ptr.inl') diff --git a/compat/borrowed-ptr.inl b/compat/borrowed-ptr.inl index 40079377..c81f1ca0 100644 --- a/compat/borrowed-ptr.inl +++ b/compat/borrowed-ptr.inl @@ -143,10 +143,7 @@ bptr::bptr(const bptr& other, std::nullptr_t) noexcept: blk{other.blk} { if (blk) - { ++blk->_count; - fm_bptr_assert(blk->_count > 1); - } } template -- cgit v1.2.3