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 f057b50 commit d7acb45Copy full SHA for d7acb45
include/bitcoin/database/primitives/head2.hpp
@@ -79,7 +79,7 @@ class head2
79
using namespace system;
80
static_assert(is_nonzero(Link::size));
81
const auto link = floored_subtract(position / Link::size, one);
82
- return possible_narrow_cast<Link::integer>(link);
+ return possible_narrow_cast<typename Link::integer>(link);
83
}
84
85
// Byte offset of bucket index within head file.
0 commit comments