Skip to content

Commit fff3a59

Browse files
authored
[special.mem.concepts] Add \libconcept (#5668)
1 parent f244e1c commit fff3a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10418,7 +10418,7 @@
1041810418
\begin{itemdecl}
1041910419
template<class R>
1042010420
concept @\defexposconcept{nothrow-input-range}@ = // \expos
10421-
range<R> &&
10421+
@\libconcept{range}@<R> &&
1042210422
@\exposconcept{nothrow-input-iterator}@<iterator_t<R>> &&
1042310423
@\exposconcept{nothrow-sentinel-for}@<sentinel_t<R>, iterator_t<R>>;
1042410424
\end{itemdecl}

0 commit comments

Comments
 (0)