File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3175
3175
Given an object \tcode {t} of type \tcode {T}, where
3176
3176
\begin {itemize }
3177
3177
\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,
3179
3179
\item
3180
3180
\tcode {T} models \tcode {\libconcept {derived_from}<range_adaptor_closure<T>>},
3181
3181
\item
3182
3182
\tcode {T} has no other base classes of type \tcode {range_adaptor_closure<U>} for any other type \tcode {U}, and
3183
3183
\item
3184
- \tcode {T} does not model \tcode {range}
3184
+ \tcode {T} does not model \libconcept {range}
3185
3185
\end {itemize }
3186
3186
then the implementation ensures
3187
3187
that \tcode {t} is a range adaptor closure object.
Original file line number Diff line number Diff line change 14093
14093
// \ref{func.bind.partial}, function templates \tcode{bind_front} and \tcode{bind_back}
14094
14094
template<class F, class... Args> constexpr @\unspec@ bind_front(F&&, Args&&...);
14095
14095
template<class F, class... Args> constexpr @\unspec@ bind_back(F&&, Args&&...);
14096
+
14096
14097
// \ref{func.bind}, bind
14097
14098
template<class T> struct is_bind_expression;
14098
14099
template<class T>
You can’t perform that action at this time.
0 commit comments