Skip to content

Commit 269177c

Browse files
authored
[range.join.with.iterator] Add missing \libconcept and \exposid (#5557)
1 parent 0e35683 commit 269177c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/ranges.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6264,7 +6264,7 @@
62646264
class join_with_view<V, Pattern>::@\exposid{iterator}@ {
62656265
using @\exposid{Parent}@ = @\exposid{maybe-const}@<Const, join_with_view>; // \expos
62666266
using @\exposid{Base}@ = @\exposid{maybe-const}@<Const, V>; // \expos
6267-
using @\exposid{InnerBase}@ = range_reference_t<Base>; // \expos
6267+
using @\exposid{InnerBase}@ = range_reference_t<@\exposid{Base}@>; // \expos
62686268
using @\exposid{PatternBase}@ = @\exposid{maybe-const}@<Const, Pattern>; // \expos
62696269

62706270
using @\exposid{OuterIter}@ = iterator_t<@\exposid{Base}@>; // \expos
@@ -6487,9 +6487,9 @@
64876487

64886488
\begin{itemdecl}
64896489
constexpr @\exposid{iterator}@(@\exposid{iterator}@<!Const> i)
6490-
requires Const && convertible_to<iterator_t<V>, @\exposid{OuterIter}@> &&
6491-
convertible_to<iterator_t<@\exposid{InnerRng}@>, @\exposid{InnerIter}@> &&
6492-
convertible_to<iterator_t<Pattern>, @\exposid{PatternIter}@>;
6490+
requires Const && @\libconcept{convertible_to}@<iterator_t<V>, @\exposid{OuterIter}@> &&
6491+
@\libconcept{convertible_to}@<iterator_t<@\exposid{InnerRng}@>, @\exposid{InnerIter}@> &&
6492+
@\libconcept{convertible_to}@<iterator_t<Pattern>, @\exposid{PatternIter}@>;
64936493
\end{itemdecl}
64946494

64956495
\begin{itemdescr}

0 commit comments

Comments
 (0)