From 3eaeac42bd71c96309133e5e1ca97700420ec373 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 6 Dec 2024 20:30:50 +0000 Subject: [PATCH] [list.modifiers] remove stray newline --- source/containers.tex | 1 - 1 file changed, 1 deletion(-) 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;