util/Concepts: remove obsolete fallbacks

This commit is contained in:
Max Kellermann
2023-07-21 14:05:04 +02:00
committed by Max Kellermann
parent aeadae5399
commit acc92b156b
4 changed files with 10 additions and 38 deletions

View File

@@ -271,7 +271,7 @@ public:
/**
* @return the number of removed items
*/
std::size_t remove_and_dispose_if(Predicate<const_reference> auto pred,
std::size_t remove_and_dispose_if(std::predicate<const_reference> auto pred,
Disposer<value_type> auto dispose) noexcept {
std::size_t result = 0;