回答編集履歴
2
fix typo again\.\.\.
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Boost.Rangeライブラリの[`boost::adapt
|
1
|
+
Boost.Rangeライブラリの[`boost::adaptors::indexed`](http://www.boost.org/doc/libs/1_60_0/libs/range/doc/html/range/reference/adaptors/reference/indexed.html)という手段もあります。
|
2
2
|
|
3
3
|
```cpp
|
4
4
|
|
1
fix typo
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Boost.Rangeライブラリの[`boost::adapters::indexd`](http://www.boost.org/doc/libs/1_60_0/libs/range/doc/html/range/reference/adaptors/reference/indexed.html)という手段もあります。
|
1
|
+
Boost.Rangeライブラリの[`boost::adapters::indexed`](http://www.boost.org/doc/libs/1_60_0/libs/range/doc/html/range/reference/adaptors/reference/indexed.html)という手段もあります。
|
2
2
|
|
3
3
|
```cpp
|
4
4
|
|