Skip to content

Commit

Permalink
[tuple.assign] Remove incorrect comma at end (#7609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Feb 3, 2025
1 parent 79156b9 commit 1d49b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@

\item
\tcode{sizeof...(Types)}
equals \tcode{tuple_size_v<remove_cvref_t<UTuple>>}, and,
equals \tcode{tuple_size_v<remove_cvref_t<UTuple>>}, and

\item
\tcode{is_assignable_v<$\tcode{T}_i$\&, decltype(get<$i$>(std::forward<UTuple>(u)))>}
Expand Down Expand Up @@ -2477,7 +2477,7 @@

\item
\tcode{sizeof...(Types)}
equals \tcode{tuple_size_v<remove_cvref_t<UTuple>>}, and,
equals \tcode{tuple_size_v<remove_cvref_t<UTuple>>}, and

\item
\tcode{is_assignable_v<const $\tcode{T}_i$\&, decltype(get<$i$>(std::forward<UTuple>(u)))>}
Expand Down

0 comments on commit 1d49b05

Please sign in to comment.