Skip to content

Commit

Permalink
[range.concat.view] Mark make-unsigned-like-t with \exposid (#6933)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk committed Apr 19, 2024
1 parent c842b5a commit 0211a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Expand Up @@ -8707,7 +8707,7 @@
\begin{codeblock}
return apply(
[](auto... sizes) {
using CT = make-unsigned-like-t<common_type_t<decltype(sizes)...>>;
using CT = @\exposid{make-unsigned-like-t}@<common_type_t<decltype(sizes)...>>;
return (CT(sizes) + ...);
},
tuple-transform(ranges::size, @\exposid{views_}@));
Expand Down

0 comments on commit 0211a3d

Please sign in to comment.