[libcxx-commits] [libcxx] Removed dedundant template in '__delete_node()' member function of '__forward_list_base' and '__list_imp' classes. (PR #84323)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 7 08:25:22 PST 2024
================
@@ -555,7 +555,6 @@ protected:
return __guard.__release_ptr();
}
- template <class... _Args>
----------------
philnik777 wrote:
Looks like this is from #65614, which looks like it's just copy-pasted. Checking test coverage would be good though.
https://github.com/llvm/llvm-project/pull/84323
More information about the libcxx-commits
mailing list