Skip to content

Commit be13ae7

Browse files
jensmaurerJohelEGPMick235711
authored
Apply suggestions from code review
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]> Co-authored-by: Yihe Li <[email protected]>
1 parent ae6d4ac commit be13ae7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,13 +3175,13 @@
31753175
Given an object \tcode{t} of type \tcode{T}, where
31763176
\begin{itemize}
31773177
\item
3178-
\tcode{t} is a unary function object that accepts a \tcode{range} argument,
3178+
\tcode{t} is a unary function object that accepts a \libconcept{range} argument,
31793179
\item
31803180
\tcode{T} models \tcode{\libconcept{derived_from}<range_adaptor_closure<T>>},
31813181
\item
31823182
\tcode{T} has no other base classes of type \tcode{range_adaptor_closure<U>} for any other type \tcode{U}, and
31833183
\item
3184-
\tcode{T} does not model \tcode{range}
3184+
\tcode{T} does not model \libconcept{range}
31853185
\end{itemize}
31863186
then the implementation ensures
31873187
that \tcode{t} is a range adaptor closure object.

source/utilities.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14093,6 +14093,7 @@
1409314093
// \ref{func.bind.partial}, function templates \tcode{bind_front} and \tcode{bind_back}
1409414094
template<class F, class... Args> constexpr @\unspec@ bind_front(F&&, Args&&...);
1409514095
template<class F, class... Args> constexpr @\unspec@ bind_back(F&&, Args&&...);
14096+
1409614097
// \ref{func.bind}, bind
1409714098
template<class T> struct is_bind_expression;
1409814099
template<class T>

0 commit comments

Comments
 (0)