未验证 提交 2541e809 编写于 作者: K Kie 提交者: GitHub

[I.9] fix typo (#1787)

上级 58f91d7c
......@@ -1758,7 +1758,7 @@ Make the interface precisely specified and compile-time checkable in the (not so
Use the C++20 style of requirements specification. For example:
template<typename Iter, typename Val>
// requires InputIterator<Iter> && EqualityComparable<ValueType<Iter>>, Val>
// requires InputIterator<Iter> && EqualityComparable<ValueType<Iter>, Val>
Iter find(Iter first, Iter last, Val v)
{
// ...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册