Skip to content

Commit 13fa118

Browse files
authored
[range.single.view] Remove duplicate semicolon (#6040)
1 parent a1dc8dd commit 13fa118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,7 @@
25222522

25232523
\indexlibraryctor{single_view}%
25242524
\begin{itemdecl}
2525-
constexpr explicit single_view(const T& t) requires @\libconcept{copy_constructible}@<T>;;
2525+
constexpr explicit single_view(const T& t) requires @\libconcept{copy_constructible}@<T>;
25262526
\end{itemdecl}
25272527

25282528
\begin{itemdescr}

0 commit comments

Comments
 (0)