diff --git a/BaseWSPeer_8h_source.html b/BaseWSPeer_8h_source.html index 3b2cd9890c..7c7d6736bb 100644 --- a/BaseWSPeer_8h_source.html +++ b/BaseWSPeer_8h_source.html @@ -639,7 +639,7 @@ $(function() {
ripple::WSSession
Definition: WSSession.h:107
ripple::BaseWSPeer::cancel_timer
void cancel_timer()
Definition: BaseWSPeer.h:427
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: RCLCensorshipDetector.h:29
-
beast::rngfill
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:32
+
beast::rngfill
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:33
std
STL namespace.
cassert
ripple::BaseWSPeer::request
http_request_type const & request() const override
Definition: BaseWSPeer.h:91
diff --git a/BuildInfo_8cpp_source.html b/BuildInfo_8cpp_source.html index 549578ce81..524929e1bd 100644 --- a/BuildInfo_8cpp_source.html +++ b/BuildInfo_8cpp_source.html @@ -104,7 +104,7 @@ $(function() {
33 // and follow the format described at http://semver.org/
34 //------------------------------------------------------------------------------
35 // clang-format off
-
36 char const* const versionString = "1.9.1-rc1"
+
36 char const* const versionString = "1.9.1-rc2"
37 // clang-format on
38 
39 #if defined(DEBUG) || defined(SANITIZER)
diff --git a/DatabaseShard__test_8cpp_source.html b/DatabaseShard__test_8cpp_source.html index 9e0726c2ad..63414f9ce2 100644 --- a/DatabaseShard__test_8cpp_source.html +++ b/DatabaseShard__test_8cpp_source.html @@ -2105,7 +2105,7 @@ $(function() {
std::array::begin
T begin(T... args)
ripple::NodeStore::Database::seqToShardIndex
std::uint32_t seqToShardIndex(std::uint32_t ledgerSeq) const noexcept
Calculates the shard index for a given ledger sequence.
Definition: Database.h:283
ripple::NodeStore::DatabaseShard_test::saveLedger
bool saveLedger(Database &db, Ledger const &ledger, std::shared_ptr< Ledger const > const &next={})
Definition: DatabaseShard_test.cpp:402
-
beast::rngfill
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:32
+
beast::rngfill
void rngfill(void *buffer, std::size_t bytes, Generator &g)
Definition: rngfill.h:33
ripple::ltACCOUNT_ROOT
@ ltACCOUNT_ROOT
A ledger object which describes an account.
Definition: LedgerFormats.h:59
ripple::NodeStore::DatabaseShard_test::testGetFinalShards
void testGetFinalShards(std::uint64_t const seedValue)
Definition: DatabaseShard_test.cpp:776
beast::hash_append
std::enable_if_t< is_contiguously_hashable< T, Hasher >::value > hash_append(Hasher &h, T const &t) noexcept
Logically concatenate input data to a Hasher.
Definition: hash_append.h:236
diff --git a/MathUtilities_8h_source.html b/MathUtilities_8h_source.html index df0e976e01..4710e39a44 100644 --- a/MathUtilities_8h_source.html +++ b/MathUtilities_8h_source.html @@ -92,7 +92,7 @@ $(function() {
21 #define RIPPLE_BASICS_MATHUTILITIES_H_INCLUDED
22 
23 #include <algorithm>
-
24 #include <assert.h>
+
24 #include <cassert>
25 #include <cstddef>
26 
27 namespace ripple {
@@ -129,6 +129,7 @@ $(function() {
ripple::calculatePercent
constexpr std::size_t calculatePercent(std::size_t count, std::size_t total)
Calculate one number divided by another number in percentage.
Definition: MathUtilities.h:44
std::min
T min(T... args)
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: RCLCensorshipDetector.h:29
+
cassert
std::size_t