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 16652a9 commit 4c69571Copy full SHA for 4c69571
src/util/hasher.h
@@ -33,10 +33,6 @@ class SaltedOutpointHasher
33
SaltedOutpointHasher();
34
35
/**
36
- * This *must* return size_t. With Boost 1.46 on 32-bit systems the
37
- * unordered_map will behave unpredictably if the custom hasher returns a
38
- * uint64_t, resulting in failures when syncing the chain (#4634).
39
- *
40
* Having the hash noexcept allows libstdc++'s unordered_map to recalculate
41
* the hash during rehash, so it does not have to cache the value. This
42
* reduces node's memory by sizeof(size_t). The required recalculation has
0 commit comments