From e8e2dfd0337abde3fcf858924e93ffee1fa877e2 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Sat, 23 Jun 2018 08:25:05 -0700 Subject: [PATCH] [iterator.requirements.general] eliminate extra leading space in para 13 --- source/iterators.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iterators.tex b/source/iterators.tex index 94d66d08b6..7c01857320 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -223,7 +223,7 @@ } \pnum -\indextext{iterator!constexpr} +\indextext{iterator!constexpr}% Iterators are called \defn{constexpr iterators} if all operations provided to satisfy iterator category operations are constexpr functions, except for