aboutsummaryrefslogtreecommitdiff
path: root/src/reverse_iterator.h
Commit message (Collapse)AuthorAgeFilesLines
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-5/+5
| | | | | | | | -BEGIN VERIFY SCRIPT- sed --in-place'' --regexp-extended 's/[[:space:]]+$//g' $(git grep -I --files-with-matches --extended-regexp '[[:space:]]+$' -- src test ':!*.svg' ':!src/crypto/sha256_sse4*' ':!src/leveldb' ':!src/qt/locale' ':!src/secp256k1' ':!src/univalue') -END VERIFY SCRIPT-
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
| | | | In order to avoid unintended implicit conversions.
* Rename member field according to the style guide.Pavel Janík2017-07-151-9/+9
|
* Introduce src/reverse_iterator.hpp and include it...Jorge Timón2017-06-221-0/+39
...where it will be needed Taken from https://gist.github.com/arvidsson/7231973 with small modifications to fit the bitcoin core project