MarcoFalke
e526ca6284
Merge #10835 : Rename member field according to the style guide
...
4d4fb33fc Rename member field according to the style guide. (Pavel Janík)
Pull request description:
After #10193 , approx. five instances of this warning are printed when compiling with `-Wshadow`:
```
In file included from txmempool.cpp:14:
./reverse_iterator.h:20:22: warning: declaration shadows a field of 'reverse_range<T>' [-Wshadow]
reverse_range(T &x) : x(x) {}
^
./reverse_iterator.h:17:8: note: previous declaration is here
T &x;
^
1 warning generated.
```
Tree-SHA512: 6c07c2ed6f4f232a3a8bdcdd6057040967c74552fd29d80f42e8a453b95baf203c410aa31dccc08ff2e765cbba02b1a282f6ea7804955f09b31ab20ef383792e
2017-08-09 12:42:10 +02:00
..
2017-07-31 20:15:48 +02:00
2017-07-15 14:28:40 +02:00
2017-07-20 09:03:53 -07:00
2017-08-01 12:40:42 -07:00
2017-07-20 16:56:45 +02:00
2017-07-24 16:32:21 +02:00
2017-08-09 12:04:41 +02:00
2017-08-07 17:01:21 +02:00
2017-07-07 10:45:31 -07:00
2017-06-22 19:18:10 +03:00
2017-06-28 02:12:06 +02:00
2017-08-07 17:01:21 +02:00
2017-08-07 15:50:01 -04:00
2017-06-28 02:12:06 +02:00
2017-07-04 18:05:18 +02:00
2017-07-08 13:33:01 -07:00
2017-07-08 13:33:01 -07:00
2017-07-26 02:48:15 -04:00
2017-07-14 19:24:17 +00:00
2017-08-01 16:35:02 -04:00
2017-07-15 14:28:40 +02:00
2017-06-22 03:48:52 +02:00
2017-06-26 10:45:48 -07:00
2017-06-26 10:45:48 -07:00
2017-08-03 16:39:58 -07:00
2017-06-22 15:21:22 -04:00
2017-07-30 14:04:51 +02:00
2017-06-22 03:48:52 +02:00
2017-06-22 03:48:52 +02:00
2017-07-14 19:24:17 +00:00
2017-06-28 11:44:22 -07:00
2017-07-22 09:11:55 +02:00
2017-07-08 13:33:01 -07:00
2017-08-07 17:01:21 +02:00
2017-07-07 10:45:31 -07:00
2017-07-12 14:03:42 -04:00
2017-08-07 17:01:21 +02:00
2017-06-24 11:28:04 +02:00
2017-08-03 23:42:26 -07:00
2017-07-27 21:07:19 -07:00
2017-07-08 13:33:01 -07:00
2017-07-17 11:56:00 +02:00
2017-06-12 20:37:43 +02:00
2017-07-17 17:42:09 +02:00
2017-07-17 17:42:09 +02:00
2017-08-01 17:02:10 -04:00
2017-07-17 14:56:52 +02:00
2017-07-08 13:37:06 -07:00
2017-06-28 02:12:06 +02:00
2017-07-20 09:03:53 -07:00
2017-07-13 12:49:05 -04:00
2017-07-17 17:42:21 +02:00
2017-06-22 03:48:52 +02:00
2017-07-17 15:12:39 -07:00
2017-07-12 10:48:37 -05:00
2017-06-12 20:37:43 +02:00
2017-08-06 11:48:19 -04:00
2017-08-02 23:28:15 +02:00
2017-08-02 23:28:15 +02:00
2017-07-22 09:55:57 +02:00
2017-07-22 09:55:57 +02:00
2017-07-22 09:11:55 +02:00
2017-07-22 09:11:55 +02:00
2017-07-14 20:52:38 -04:00
2017-06-26 13:40:26 +02:00
2017-07-16 21:22:05 +02:00
2017-07-08 13:31:47 -07:00
2017-07-27 15:34:09 +03:00
2017-06-14 15:22:15 +02:00
2017-06-22 19:18:10 +03:00
2017-07-15 21:19:44 +02:00
2017-07-23 14:51:22 -04:00
2017-07-10 21:08:19 -04:00
2017-07-08 13:33:01 -07:00
2017-07-08 13:33:01 -07:00
2017-06-22 03:48:52 +02:00
2017-06-22 03:48:52 +02:00
2017-07-08 13:33:01 -07:00
2017-08-07 08:31:41 -07:00
2017-06-28 18:26:41 +02:00
2017-07-04 18:05:18 +02:00
2017-06-28 11:22:00 -07:00
2017-06-29 17:48:08 +02:00
2017-07-14 19:24:17 +00:00
2017-06-27 16:29:11 +02:00
2017-07-16 21:22:05 +02:00
2017-08-07 17:10:42 +02:00
2017-07-15 13:26:49 -07:00
2017-07-12 17:06:15 -04:00
2017-08-01 17:02:10 -04:00
2017-08-01 12:58:38 +02:00
2017-07-07 12:55:57 -04:00
2017-07-15 20:04:04 +02:00
2017-06-28 02:12:06 +02:00
2017-07-22 09:55:57 +02:00
2017-07-22 09:55:57 +02:00