fanquake
|
672f7ad747
|
doc: remove usages of C++11
Now it's just the standard library.
|
2023-01-12 13:42:44 +00:00 |
|
João Barbosa
|
12dd101345
|
scripted-diff: Remove trailing whitespaces
-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-
|
2018-07-24 20:46:23 +01:00 |
|
practicalswift
|
64fb0ac016
|
Declare single-argument (non-converting) constructors "explicit"
In order to avoid unintended implicit conversions.
|
2017-08-16 16:33:25 +02:00 |
|
Pavel Janík
|
4d4fb33fce
|
Rename member field according to the style guide.
|
2017-07-15 21:19:44 +02:00 |
|
Jorge Timón
|
300851ec16
|
Introduce src/reverse_iterator.hpp and include it...
...where it will be needed
Taken from https://gist.github.com/arvidsson/7231973 with small
modifications to fit the bitcoin core project
|
2017-06-22 03:48:42 +02:00 |
|