We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e8a5b commit 35920caCopy full SHA for 35920ca
src/round_robin.h
@@ -8,10 +8,10 @@ template<class V, class T>
8
class it_wrap_t {
9
public:
10
using iterator_category = std::random_access_iterator_tag;
11
- using value_type = V;
12
- using difference_type = V;
13
- using pointer = V*;
14
- using reference = V&;
+ using value_type = V;
+ using difference_type = V;
+ using pointer = V *;
+ using reference = V &;
15
16
typedef T iterator;
17
typedef std::ptrdiff_t diff_t;
0 commit comments