Skip to content

Commit fe3b48b

Browse files
committed
equal : last2を受け取るバージョンの処理系を記載
1 parent 5f559ea commit fe3b48b

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

reference/algorithm/equal.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,11 @@ inline bool equal(InputIterator1 first1, InputIterator1 last1,
152152
- C++98
153153
- C++14: 2つ目の終端のイテレータ`last2`を実引数に取るオーバーロードの追加。
154154
155-
###処理系
156-
- [Clang](/implementation.md#clang): ?
157-
- [GCC](/implementation.md#gcc): ?
158-
- [GCC, C++11 mode](/implementation.md#gcc): ?
155+
###処理系(last2を受け取るバージョン)
156+
- [Clang, C++14 mode](/implementation.md#clang): 3.4
157+
- [GCC, C++14 mode](/implementation.md#gcc): 4.9
159158
- [ICC](/implementation.md#icc): ?
160-
- [Visual C++](/implementation.md#visual_cpp): 8.0, 9.0, 10.0, 11.0, 12.0, 14.0
161-
- C++14で追加されたオーバーロードは14.0から実装されている。
159+
- [Visual C++](/implementation.md#visual_cpp): 14.0
162160
163161
##参照
164162
- [N3671 Making non-modifying sequence operations more robust: Revision 2](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3671.html)

0 commit comments

Comments
 (0)