Skip to content

Commit

Permalink
[range.concat.view] Add missing \exposid for tuple-transform (#6951)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk committed Apr 25, 2024
1 parent 90caab8 commit 9707fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Expand Up @@ -8710,7 +8710,7 @@
using CT = @\exposid{make-unsigned-like-t}@<common_type_t<decltype(sizes)...>>;
return (CT(sizes) + ...);
},
tuple-transform(ranges::size, @\exposid{views_}@));
@\exposid{tuple-transform}@(ranges::size, @\exposid{views_}@));
\end{codeblock}
\end{itemdescr}

Expand Down

0 comments on commit 9707fb9

Please sign in to comment.