We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143c100 commit cef071fCopy full SHA for cef071f
libraries/multi-index-lru/include/userver/multi-index-lru/expirable_container.hpp
@@ -107,7 +107,7 @@ class ExpirableContainer {
107
/// and are reused on next insertion.
108
template <typename IteratorType>
109
bool erase(IteratorType it) {
110
- return container_.template erase(it);
+ return container_.erase(it);
111
}
112
113
/// Removes the @b key from container, leaving the node in an internal pool. The key and value are not destroyed
0 commit comments