Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift | |
In order to avoid unintended implicit conversions. | |||
2017-07-15 | Rename member field according to the style guide. | Pavel Janík | |
2017-06-22 | Introduce src/reverse_iterator.hpp and include it... | Jorge Timón | |
...where it will be needed Taken from https://gist.github.com/arvidsson/7231973 with small modifications to fit the bitcoin core project |