回答編集履歴
2
fix typo again\.\.\.
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Boost.Rangeライブラリの[`boost::
|
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
|
```cpp
|
3
3
|
#include <forward_list>
|
4
4
|
#include <iostream>
|
1
fix typo
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Boost.Rangeライブラリの[`boost::adapters::
|
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
|
```cpp
|
3
3
|
#include <forward_list>
|
4
4
|
#include <iostream>
|