diff --git a/source/containers.tex b/source/containers.tex index 09d642b600..fcbf973c71 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -8215,7 +8215,6 @@ \begin{itemdecl} iterator erase(const_iterator position); iterator erase(const_iterator first, const_iterator last); - void pop_front(); void pop_back(); void clear() noexcept;