mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
build shared libraries; updated version to 1.3; add Status accessors
This commit is contained in:
@@ -105,7 +105,8 @@ class SkipList {
|
||||
port::AtomicPointer max_height_; // Height of the entire list
|
||||
|
||||
inline int GetMaxHeight() const {
|
||||
return reinterpret_cast<intptr_t>(max_height_.NoBarrier_Load());
|
||||
return static_cast<int>(
|
||||
reinterpret_cast<intptr_t>(max_height_.NoBarrier_Load()));
|
||||
}
|
||||
|
||||
// Read/written only by Insert().
|
||||
|
||||
Reference in New Issue
Block a user