[libcxx-commits] [libcxx] Removed dedundant template in '__delete_node()' member function of '__forward_list_base' and '__list_imp' classes. (PR #84323)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 7 08:20:46 PST 2024
================
@@ -555,7 +555,6 @@ protected:
return __guard.__release_ptr();
}
- template <class... _Args>
----------------
EricWF wrote:
Do you know why this was here in the first place?
Were we trying to get around some type-incompleteness?
Could you please make sure we have sufficient tests for the allocator incompleteness requirements?
https://github.com/llvm/llvm-project/pull/84323
More information about the libcxx-commits
mailing list