Skip to content

Commit 9b23eab

Browse files
authored
[range.repeat.view] Add \libconcept for same_as (#5764)
1 parent 6f70f82 commit 9b23eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3527,7 +3527,7 @@
35273527

35283528
\indexlibrarymember{size}{repeat_view}%
35293529
\begin{itemdecl}
3530-
constexpr auto size() const requires (!same_as<Bound, unreachable_sentinel_t>);
3530+
constexpr auto size() const requires (!@\libconcept{same_as}@<Bound, unreachable_sentinel_t>);
35313531
\end{itemdecl}
35323532

35333533
\begin{itemdescr}

0 commit comments

Comments
 (0)