Skip to content

Commit 45498df

Browse files
authored
[range.join.with.sentinel] Add missing curly brace (#5530)
1 parent 1bc1d28 commit 45498df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/ranges.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6658,7 +6658,8 @@
66586658
template <bool OtherConst>
66596659
requires @\libconcept{sentinel_for}@<sentinel_t<@\exposid{Base}@>, iterator_t<@\exposid{maybe-const}@<OtherConst, V>>>
66606660
friend constexpr bool operator==(const @\exposid{iterator}@<OtherConst>& x, const @\exposid{sentinel}@& y);
6661-
};
6661+
};
6662+
}
66626663
\end{codeblock}
66636664

66646665
\begin{itemdecl}

0 commit comments

Comments
 (0)