diff --git a/AMMDeposit_8cpp_source.html b/AMMDeposit_8cpp_source.html
index 6d90c72aa5..99cf660059 100644
--- a/AMMDeposit_8cpp_source.html
+++ b/AMMDeposit_8cpp_source.html
@@ -135,7 +135,7 @@ $(function() {
-
+
62 JLOG(ctx.
j.
debug()) <<
"AMM Deposit: invalid flags.";
@@ -1055,6 +1055,7 @@ $(function() {
+
State information when determining if a tx is likely to claim a fee.
diff --git a/AMMWithdraw_8cpp_source.html b/AMMWithdraw_8cpp_source.html
index 8db66561c1..b16e46bb1b 100644
--- a/AMMWithdraw_8cpp_source.html
+++ b/AMMWithdraw_8cpp_source.html
@@ -134,7 +134,7 @@ $(function() {
-
+
61 JLOG(ctx.
j.
debug()) <<
"AMM Withdraw: invalid flags.";
@@ -1176,6 +1176,7 @@ $(function() {
+
XRPAmount accountReserve(std::size_t ownerCount) const
Returns the account reserve given the owner count, in drops.
State information when determining if a tx is likely to claim a fee.
diff --git a/AMM__test_8cpp_source.html b/AMM__test_8cpp_source.html
index 15a9c26ef9..3323b7f815 100644
--- a/AMM__test_8cpp_source.html
+++ b/AMM__test_8cpp_source.html
@@ -3444,7 +3444,7 @@ $(function() {
3370 testcase(
"Invalid AMM Payment");
3371 using namespace jtx;
- 3373 using namespace std::literals::chrono_literals;
+
@@ -7525,6 +7525,7 @@ $(function() {
TIn swapAssetOut(TAmounts< TIn, TOut > const &pool, TOut const &assetOut, std::uint16_t tfee)
Swap assetOut out of the pool and swap in a proportional amount of the other asset.
+
diff --git a/Account_8cpp_source.html b/Account_8cpp_source.html
index 41496fc16c..c784390b83 100644
--- a/Account_8cpp_source.html
+++ b/Account_8cpp_source.html
@@ -145,7 +145,7 @@ $(function() {
- 70 std::piecewise_construct,
+
73 return r.first->second;
@@ -201,6 +201,7 @@ $(function() {
+
diff --git a/Application_8cpp_source.html b/Application_8cpp_source.html
index 193d474156..0e170211d9 100644
--- a/Application_8cpp_source.html
+++ b/Application_8cpp_source.html
@@ -2081,7 +2081,7 @@ $(function() {
2003 using namespace std::chrono_literals;
2004 using namespace date;
- 2006 sys_days{January / 1 / 2018} - sys_days{January / 1 / 2000}};
+
2007 if (loadLedger->info().closeTime < ledgerWarnTimePoint)
2009 JLOG(m_journal.fatal())
@@ -2605,6 +2605,7 @@ $(function() {
Set the sequence number on a JTx.
+
diff --git a/BasicConfig_8cpp_source.html b/BasicConfig_8cpp_source.html
index 8953a48b65..addae70c46 100644
--- a/BasicConfig_8cpp_source.html
+++ b/BasicConfig_8cpp_source.html
@@ -233,7 +233,7 @@ $(function() {
157 auto const result =
map_.emplace(
- 158 std::piecewise_construct,
+
161 result.first->second.set(key, value);
@@ -265,7 +265,7 @@ $(function() {
187 for (
auto const& entry : ifs)
189 auto const result =
map_.emplace(
- 190 std::piecewise_construct,
+
193 result.first->second.append(entry.second);
@@ -313,6 +313,7 @@ $(function() {
std::ostream & operator<<(std::ostream &out, base_uint< Bits, Tag > const &u)
+
diff --git a/Batch_8cpp_source.html b/Batch_8cpp_source.html
index 0fce185f8f..8393087371 100644
--- a/Batch_8cpp_source.html
+++ b/Batch_8cpp_source.html
@@ -222,7 +222,7 @@ $(function() {
-
+
@@ -549,6 +549,7 @@ $(function() {
+
State information when determining if a tx is likely to claim a fee.
State information when preflighting a tx.
diff --git a/Batch__test_8cpp_source.html b/Batch__test_8cpp_source.html
index 635c3b36dc..d18320128e 100644
--- a/Batch__test_8cpp_source.html
+++ b/Batch__test_8cpp_source.html
@@ -246,7 +246,7 @@ $(function() {
170 using namespace test::jtx;
- 171 using namespace std::literals;
+
173 for (
bool const withBatch : {
true,
false})
@@ -295,7 +295,7 @@ $(function() {
219 using namespace test::jtx;
- 220 using namespace std::literals;
+
@@ -674,7 +674,7 @@ $(function() {
598 using namespace test::jtx;
- 599 using namespace std::literals;
+
@@ -918,7 +918,7 @@ $(function() {
840 testcase(
"bad raw txn");
842 using namespace test::jtx;
- 843 using namespace std::literals;
+
@@ -1009,7 +1009,7 @@ $(function() {
931 testcase(
"bad sequence");
933 using namespace test::jtx;
- 934 using namespace std::literals;
+
@@ -1245,7 +1245,7 @@ $(function() {
1167 testcase(
"bad outer fee");
1169 using namespace test::jtx;
- 1170 using namespace std::literals;
+
@@ -1419,7 +1419,7 @@ $(function() {
1341 testcase(
"calculate base fee");
1343 using namespace test::jtx;
- 1344 using namespace std::literals;
+
@@ -1532,7 +1532,7 @@ $(function() {
1454 testcase(
"all or nothing");
1456 using namespace test::jtx;
- 1457 using namespace std::literals;
+
@@ -1668,7 +1668,7 @@ $(function() {
1590 testcase(
"only one");
1592 using namespace test::jtx;
- 1593 using namespace std::literals;
+
@@ -1900,7 +1900,7 @@ $(function() {
1822 testcase(
"until failure");
1824 using namespace test::jtx;
- 1825 using namespace std::literals;
+
@@ -2122,7 +2122,7 @@ $(function() {
2044 testcase(
"independent");
2046 using namespace test::jtx;
- 2047 using namespace std::literals;
+
@@ -2315,7 +2315,7 @@ $(function() {
2237 testcase(
"inner submit rpc");
2239 using namespace test::jtx;
- 2240 using namespace std::literals;
+
@@ -2325,8 +2325,8 @@ $(function() {
2247 env.fund(
XRP(10000), alice, bob);
- 2250 auto submitAndValidate = [&](
Slice const& slice) {
- 2251 auto const jrr = env.rpc(
"submit",
strHex(slice))[jss::result];
+ 2250 auto submitAndValidate = [&](
Slice const&
slice) {
+ 2251 auto const jrr = env.rpc(
"submit",
strHex(
slice))[jss::result];
2253 jrr[jss::status] ==
"error" &&
2254 jrr[jss::error] ==
"invalidTransaction" &&
@@ -2403,7 +2403,7 @@ $(function() {
2325 testcase(
"account activation");
2327 using namespace test::jtx;
- 2328 using namespace std::literals;
+
@@ -2450,7 +2450,7 @@ $(function() {
2372 testcase(
"account set");
2374 using namespace test::jtx;
- 2375 using namespace std::literals;
+
@@ -2501,7 +2501,7 @@ $(function() {
2423 testcase(
"account delete");
2425 using namespace test::jtx;
- 2426 using namespace std::literals;
+
@@ -2635,7 +2635,7 @@ $(function() {
2557 testcase(
"object create w/ sequence");
2559 using namespace test::jtx;
- 2560 using namespace std::literals;
+
@@ -2748,7 +2748,7 @@ $(function() {
2670 testcase(
"object create w/ ticket");
2672 using namespace test::jtx;
- 2673 using namespace std::literals;
+
@@ -2806,7 +2806,7 @@ $(function() {
2728 testcase(
"object create w/ 3rd party");
2730 using namespace test::jtx;
- 2731 using namespace std::literals;
+
@@ -2868,7 +2868,7 @@ $(function() {
2790 testcase(
"tickets outer");
2792 using namespace test::jtx;
- 2793 using namespace std::literals;
+
@@ -2917,7 +2917,7 @@ $(function() {
2839 testcase(
"tickets inner");
2841 using namespace test::jtx;
- 2842 using namespace std::literals;
+
@@ -2965,7 +2965,7 @@ $(function() {
2887 testcase(
"tickets outer inner");
2889 using namespace test::jtx;
- 2890 using namespace std::literals;
+
@@ -3017,7 +3017,7 @@ $(function() {
2939 testcase(
"sequence open ledger");
2941 using namespace test::jtx;
- 2942 using namespace std::literals;
+
2944 auto const alice =
Account(
"alice");
2945 auto const bob =
Account(
"bob");
@@ -3204,7 +3204,7 @@ $(function() {
3126 testcase(
"tickets open ledger");
3128 using namespace test::jtx;
- 3129 using namespace std::literals;
+
3131 auto const alice =
Account(
"alice");
3132 auto const bob =
Account(
"bob");
@@ -3313,7 +3313,7 @@ $(function() {
3235 testcase(
"objects open ledger");
3237 using namespace test::jtx;
- 3238 using namespace std::literals;
+
3240 auto const alice =
Account(
"alice");
3241 auto const bob =
Account(
"bob");
@@ -3464,7 +3464,7 @@ $(function() {
3386 testcase(
"pseudo txn with tfInnerBatchTxn");
3388 using namespace test::jtx;
- 3389 using namespace std::literals;
+
@@ -3503,7 +3503,7 @@ $(function() {
3427 using namespace test::jtx;
- 3428 using namespace std::literals;
+
3431 XRPAmount const baseFee = env.current()->fees().base;
@@ -3578,7 +3578,7 @@ $(function() {
3500 testcase(
"batch tx queue");
3502 using namespace test::jtx;
- 3503 using namespace std::literals;
+
@@ -3690,7 +3690,7 @@ $(function() {
3612 testcase(
"batch network ops");
3614 using namespace test::jtx;
- 3615 using namespace std::literals;
+
@@ -3745,7 +3745,7 @@ $(function() {
3667 testcase(
"batch delegate");
3669 using namespace test::jtx;
- 3670 using namespace std::literals;
+
@@ -4097,10 +4097,12 @@ $(function() {
+
+
diff --git a/Change_8cpp_source.html b/Change_8cpp_source.html
index 14dde9e381..bd2d0bbe46 100644
--- a/Change_8cpp_source.html
+++ b/Change_8cpp_source.html
@@ -304,7 +304,7 @@ $(function() {
- 229 using namespace std::literals;
+
@@ -434,14 +434,14 @@ $(function() {
356 feeObject = std::make_shared<SLE>(k);
-
+
360 feeObject->at(field) = tx[field];
-
- 365 set(feeObject,
ctx_.
tx, sfReserveBaseDrops);
- 366 set(feeObject,
ctx_.
tx, sfReserveIncrementDrops);
+
+ 365 set(feeObject,
ctx_.
tx, sfReserveBaseDrops);
+ 366 set(feeObject,
ctx_.
tx, sfReserveIncrementDrops);
368 feeObject->makeFieldAbsent(sfBaseFee);
369 feeObject->makeFieldAbsent(sfReferenceFeeUnits);
@@ -450,10 +450,10 @@ $(function() {
-
- 376 set(feeObject,
ctx_.
tx, sfReferenceFeeUnits);
-
- 378 set(feeObject,
ctx_.
tx, sfReserveIncrement);
+
+ 376 set(feeObject,
ctx_.
tx, sfReferenceFeeUnits);
+
+ 378 set(feeObject,
ctx_.
tx, sfReserveIncrement);
@@ -664,7 +664,6 @@ $(function() {
constexpr std::uint32_t tfGotMajority
-bool set(T &target, std::string const &name, Section const §ion)
Set a value from a configuration Section If the named value is not found or doesn't parse as a T,...
std::optional< KeyType > publicKeyType(Slice const &slice)
Returns the type of public key.
@@ -685,6 +684,8 @@ $(function() {
+
+
diff --git a/Consensus_8h_source.html b/Consensus_8h_source.html
index 607d328969..729acb14bd 100644
--- a/Consensus_8h_source.html
+++ b/Consensus_8h_source.html
@@ -1408,7 +1408,7 @@ $(function() {
1716 bool const stalled = haveCloseTimeConsensus_ &&
- 1717 std::ranges::all_of(result_->disputes,
+
1718 [
this, &parms](
auto const& dispute) {
1719 return dispute.second.stalled(
@@ -1598,6 +1598,7 @@ $(function() {
+
diff --git a/DepositAuth__test_8cpp_source.html b/DepositAuth__test_8cpp_source.html
index 89a4cd0912..ed51955ca2 100644
--- a/DepositAuth__test_8cpp_source.html
+++ b/DepositAuth__test_8cpp_source.html
@@ -1546,7 +1546,7 @@ $(function() {
1469 for (
int i = 0; i < 10; ++i)
- 1471 std::ranges::shuffle(credentials, gen);
+
@@ -1569,7 +1569,7 @@ $(function() {
1491 c[
"CredentialType"].asString());
- 1494 BEAST_EXPECT(std::ranges::is_sorted(readedCreds));
+
@@ -1577,14 +1577,14 @@ $(function() {
- 1502 std::ranges::shuffle(credentials, gen);
+
1507 for (
int i = 0; i < 10; ++i)
- 1509 std::ranges::shuffle(credentials, gen);
+
@@ -1596,7 +1596,7 @@ $(function() {
1519 credentials.
begin(), credentials.
end() - 1);
- 1521 std::ranges::shuffle(copyCredentials, gen);
+
1522 for (
auto const& c : copyCredentials)
1524 auto credentials2 = copyCredentials;
@@ -1705,6 +1705,7 @@ $(function() {
+
@ arrayValue
array value (ordered list)
@ objectValue
object value (collection of name/value pairs).
@@ -1767,6 +1768,7 @@ $(function() {
+
diff --git a/IPEndpoint__test_8cpp_source.html b/IPEndpoint__test_8cpp_source.html
index 92d837866f..daf9187cb3 100644
--- a/IPEndpoint__test_8cpp_source.html
+++ b/IPEndpoint__test_8cpp_source.html
@@ -492,7 +492,7 @@ $(function() {
- 417 using namespace std::literals;
+
419 BEAST_EXPECT(
parse(text, t));
@@ -601,6 +601,7 @@ $(function() {
std::string to_string(Address const &addr)
Returns the address represented as a string.
std::enable_if_t< std::is_integral< Integral >::value, Integral > rand_int()
+
diff --git a/IntrusiveShared__test_8cpp_source.html b/IntrusiveShared__test_8cpp_source.html
index b5434cd52e..549fd4fe74 100644
--- a/IntrusiveShared__test_8cpp_source.html
+++ b/IntrusiveShared__test_8cpp_source.html
@@ -442,7 +442,7 @@ $(function() {
387 bool destructorRan =
false;
388 bool partialDeleteRan =
false;
- 389 std::latch partialDeleteStartedSyncPoint{2};
+
390 strong->tracingCallback_ = [&](TrackedState cur,
392 using enum TrackedState;
@@ -510,7 +510,7 @@ $(function() {
455 bool destructorRan =
false;
456 bool partialDeleteRan =
false;
- 457 std::latch weakResetSyncPoint{2};
+
458 strong->tracingCallback_ = [&](TrackedState cur,
460 using enum TrackedState;
@@ -977,6 +977,7 @@ $(function() {
+
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
diff --git a/JobQueue_8cpp_source.html b/JobQueue_8cpp_source.html
index 5ef91ab1ae..55f7d0d2d6 100644
--- a/JobQueue_8cpp_source.html
+++ b/JobQueue_8cpp_source.html
@@ -132,7 +132,7 @@ $(function() {
- 57 std::piecewise_construct,
+
@@ -614,6 +614,7 @@ $(function() {
+
diff --git a/JobTypes_8h_source.html b/JobTypes_8h_source.html
index c9213658f0..6592a6db7e 100644
--- a/JobTypes_8h_source.html
+++ b/JobTypes_8h_source.html
@@ -137,7 +137,7 @@ $(function() {
59 [[maybe_unused]]
auto const inserted =
- 62 std::piecewise_construct,
+
65 jt, name, limit, avgLatency, peakLatency))
@@ -346,6 +346,7 @@ $(function() {
+
diff --git a/LedgerEntry__test_8cpp_source.html b/LedgerEntry__test_8cpp_source.html
index 3053646cc4..3bb75c9b22 100644
--- a/LedgerEntry__test_8cpp_source.html
+++ b/LedgerEntry__test_8cpp_source.html
@@ -1508,7 +1508,7 @@ $(function() {
1431 testcase(
"ledger_entry Request Pay Chan");
1432 using namespace test::jtx;
- 1433 using namespace std::literals::chrono_literals;
+
@@ -1862,7 +1862,7 @@ $(function() {
1785 testcase(
"ledger_entry Request DID");
1786 using namespace test::jtx;
- 1787 using namespace std::literals::chrono_literals;
+
@@ -2224,7 +2224,7 @@ $(function() {
2147 testcase(
"ledger_entry Request MPT");
2148 using namespace test::jtx;
- 2149 using namespace std::literals::chrono_literals;
+
@@ -2904,6 +2904,7 @@ $(function() {
constexpr std::uint32_t const tfMPTRequireAuth
constexpr std::uint32_t const tfMPTCanLock
constexpr std::uint32_t const tfMPTCanClawback
+
diff --git a/LedgerMaster_8cpp_source.html b/LedgerMaster_8cpp_source.html
index b36d5ca7ad..52a1ad9c47 100644
--- a/LedgerMaster_8cpp_source.html
+++ b/LedgerMaster_8cpp_source.html
@@ -2278,9 +2278,9 @@ $(function() {
-
+
-
+
@@ -2543,6 +2543,7 @@ $(function() {
+
diff --git a/LedgerMaster__test_8cpp_source.html b/LedgerMaster__test_8cpp_source.html
index 5d3e1b3f71..dd87acff4a 100644
--- a/LedgerMaster__test_8cpp_source.html
+++ b/LedgerMaster__test_8cpp_source.html
@@ -123,7 +123,7 @@ $(function() {
47 using namespace test::jtx;
- 48 using namespace std::literals;
+
@@ -157,7 +157,7 @@ $(function() {
- 82 uint32_t txnIndex = metas[0]->getFieldU32(sfTransactionIndex);
+ 82 uint32_t txnIndex = metas[0]->getFieldU32(sfTransactionIndex);
84 env.app().getLedgerMaster().txnIdFromIndex(0, txnIndex);
85 BEAST_EXPECT(!result);
@@ -170,14 +170,14 @@ $(function() {
- 95 uint32_t txnIndex = metas[0]->getFieldU32(sfTransactionIndex);
+ 95 uint32_t txnIndex = metas[0]->getFieldU32(sfTransactionIndex);
96 auto result = env.app().getLedgerMaster().txnIdFromIndex(
97 endLegSeq + 1, txnIndex);
98 BEAST_EXPECT(!result);
- 102 uint32_t txnIndex = metas[0]->getFieldU32(sfTransactionIndex);
+ 102 uint32_t txnIndex = metas[0]->getFieldU32(sfTransactionIndex);
103 auto result = env.app().getLedgerMaster().txnIdFromIndex(
104 startLegSeq, txnIndex);
@@ -187,7 +187,7 @@ $(function() {
- 112 uint32_t txnIndex = metas[1]->getFieldU32(sfTransactionIndex);
+ 112 uint32_t txnIndex = metas[1]->getFieldU32(sfTransactionIndex);
113 auto result = env.app().getLedgerMaster().txnIdFromIndex(
114 startLegSeq + 1, txnIndex);
@@ -237,6 +237,7 @@ $(function() {
+
diff --git a/MemoryFactory_8cpp_source.html b/MemoryFactory_8cpp_source.html
index 4cfde72d33..011337e52f 100644
--- a/MemoryFactory_8cpp_source.html
+++ b/MemoryFactory_8cpp_source.html
@@ -145,7 +145,7 @@ $(function() {
69 auto const result =
map_.emplace(
-
+
73 Throw<std::runtime_error>(
"already open");
@@ -381,6 +381,7 @@ $(function() {
T get(Section const §ion, std::string const &name, T const &defaultValue=T{})
Retrieve a key/value pair from a section.
+
diff --git a/Offer__test_8cpp_source.html b/Offer__test_8cpp_source.html
index 7ed9e866e5..61433d69a7 100644
--- a/Offer__test_8cpp_source.html
+++ b/Offer__test_8cpp_source.html
@@ -5486,7 +5486,7 @@ $(function() {
-
+
5413 using namespace jtx;
@@ -5510,7 +5510,7 @@ $(function() {
- 5435 BEAST_EXPECT(!last || instance == feats.size() - 1);
+ 5435 BEAST_EXPECT(!
last || instance == feats.size() - 1);
@@ -5733,6 +5733,7 @@ $(function() {
+
@ arrayValue
array value (ordered list)
Keylet line(AccountID const &id0, AccountID const &id1, Currency const ¤cy) noexcept
The index of a trust line for a given currency.
diff --git a/OpenView_8cpp_source.html b/OpenView_8cpp_source.html
index 5398e13750..d37401d274 100644
--- a/OpenView_8cpp_source.html
+++ b/OpenView_8cpp_source.html
@@ -341,7 +341,7 @@ $(function() {
- 266 std::piecewise_construct,
+
@@ -419,6 +419,7 @@ $(function() {
+
diff --git a/OverlayImpl_8cpp_source.html b/OverlayImpl_8cpp_source.html
index ba353562c1..a15dca4980 100644
--- a/OverlayImpl_8cpp_source.html
+++ b/OverlayImpl_8cpp_source.html
@@ -519,7 +519,7 @@ $(function() {
443 auto const result =
ids_.emplace(
- 444 std::piecewise_construct,
+
@@ -677,7 +677,7 @@ $(function() {
606 auto const result(
ids_.emplace(
- 607 std::piecewise_construct,
+
@@ -1877,6 +1877,7 @@ $(function() {
+
diff --git a/PayChan__test_8cpp_source.html b/PayChan__test_8cpp_source.html
index 871fce32f0..e953619ca2 100644
--- a/PayChan__test_8cpp_source.html
+++ b/PayChan__test_8cpp_source.html
@@ -163,7 +163,7 @@ $(function() {
- 88 using namespace std::literals::chrono_literals;
+
89 Env env{*
this, features};
90 auto const alice =
Account(
"alice");
91 auto const bob =
Account(
"bob");
@@ -347,11 +347,11 @@ $(function() {
271 auto const sle = env.le(alice);
- 272 uint32_t
flags = sle->getFlags();
+
- 276 using namespace std::literals::chrono_literals;
+
278 auto const alice =
Account(
"alice");
279 auto const bob =
Account(
"bob");
@@ -422,7 +422,7 @@ $(function() {
- 347 using namespace std::literals::chrono_literals;
+
348 auto const alice =
Account(
"alice");
349 auto const bob =
Account(
"bob");
350 auto const carol =
Account(
"carol");
@@ -533,7 +533,7 @@ $(function() {
- 458 using namespace std::literals::chrono_literals;
+
459 Env env{*
this, features};
460 auto const alice =
Account(
"alice");
461 auto const bob =
Account(
"bob");
@@ -599,7 +599,7 @@ $(function() {
- 524 using namespace std::literals::chrono_literals;
+
525 Env env{*
this, features};
526 auto const alice =
Account(
"alice");
527 auto const bob =
Account(
"bob");
@@ -659,7 +659,7 @@ $(function() {
- 584 using namespace std::literals::chrono_literals;
+
585 Env env{*
this, features};
586 auto const alice =
Account(
"alice");
587 auto const bob =
Account(
"bob");
@@ -694,7 +694,7 @@ $(function() {
- 619 using namespace std::literals::chrono_literals;
+
620 Env env{*
this, features};
621 auto const alice =
Account(
"alice");
622 auto const bob =
Account(
"bob");
@@ -749,7 +749,7 @@ $(function() {
- 674 using namespace std::literals::chrono_literals;
+
676 auto const alice =
Account(
"alice");
677 auto const bob =
Account(
"bob");
@@ -809,7 +809,7 @@ $(function() {
- 734 using namespace std::literals::chrono_literals;
+
736 Env env{*
this, features};
737 auto const alice =
Account(
"alice");
@@ -838,7 +838,7 @@ $(function() {
- 763 using namespace std::literals::chrono_literals;
+
765 auto const alice =
Account(
"alice");
766 auto const bob =
Account(
"bob");
@@ -962,7 +962,7 @@ $(function() {
885 testcase(
"Deposit Authorization with Credentials");
- 887 using namespace std::literals::chrono_literals;
+
889 char const credType[] =
"abcde";
@@ -994,7 +994,7 @@ $(function() {
- 919 uint32_t
const t = env.current()
+
921 .parentCloseTime.time_since_epoch()
@@ -1147,7 +1147,7 @@ $(function() {
1070 testcase(
"Multiple channels to the same account");
1071 using namespace jtx;
- 1072 using namespace std::literals::chrono_literals;
+
1073 Env env{*
this, features};
1074 auto const alice =
Account(
"alice");
1075 auto const bob =
Account(
"bob");
@@ -1170,7 +1170,7 @@ $(function() {
1094 using namespace jtx;
- 1095 using namespace std::literals::chrono_literals;
+
1096 Env env{*
this, features};
1097 auto const alice =
Account(
"alice");
1098 auto const bob =
Account(
"bob");
@@ -1244,7 +1244,7 @@ $(function() {
1166 testcase(
"Account channels RPC markers");
1168 using namespace test::jtx;
- 1169 using namespace std::literals;
+
1171 auto const alice =
Account(
"alice");
@@ -1362,7 +1362,7 @@ $(function() {
1284 testcase(
"Account channels RPC owner only");
1286 using namespace test::jtx;
- 1287 using namespace std::literals;
+
1289 auto const alice =
Account(
"alice");
1290 auto const bob =
Account(
"bob");
@@ -1395,7 +1395,7 @@ $(function() {
1319 using namespace jtx;
- 1320 using namespace std::literals::chrono_literals;
+
1322 Env env{*
this, features};
1323 auto const alice =
Account(
"alice");
@@ -1434,7 +1434,7 @@ $(function() {
1357 testcase(
"PayChan Auth/Verify RPC");
1358 using namespace jtx;
- 1359 using namespace std::literals::chrono_literals;
+
1360 Env env{*
this, features};
1361 auto const alice =
Account(
"alice");
1362 auto const bob =
Account(
"bob");
@@ -1487,13 +1487,13 @@ $(function() {
1409 r[jss::result][jss::channels][1u][jss::channel_id] == c);
-
+
-
- 1415 for (
int i = 0; i < slice.size(); ++i)
+
+
- 1417 s +=
"0123456789ABCDEF"[((slice[i] & 0xf0) >> 4)];
- 1418 s +=
"0123456789ABCDEF"[((slice[i] & 0x0f) >> 0)];
+ 1417 s +=
"0123456789ABCDEF"[((
slice[i] & 0xf0) >> 4)];
+ 1418 s +=
"0123456789ABCDEF"[((
slice[i] & 0x0f) >> 0)];
@@ -1774,7 +1774,7 @@ $(function() {
1698 using namespace jtx;
- 1699 using namespace std::literals::chrono_literals;
+
1700 Env env{*
this, features};
1701 auto const alice =
Account(
"alice");
1702 auto const bob =
Account(
"bob");
@@ -1825,7 +1825,7 @@ $(function() {
1749 using namespace jtx;
- 1750 using namespace std::literals::chrono_literals;
+
1751 Env env{*
this, features};
1752 auto const alice =
Account(
"alice");
1753 auto const bob =
Account(
"bob");
@@ -1896,7 +1896,7 @@ $(function() {
1820 using namespace jtx;
- 1821 using namespace std::literals::chrono_literals;
+
1823 auto const alice =
Account(
"alice");
1824 auto const bob =
Account(
"bob");
@@ -2001,7 +2001,7 @@ $(function() {
1925 using namespace test::jtx;
- 1926 using namespace std::literals::chrono_literals;
+
1927 auto rmAccount = [
this](
@@ -2234,7 +2234,7 @@ $(function() {
2158 using namespace jtx;
- 2159 using namespace std::literals::chrono_literals;
+
2160 Env env{*
this, features};
2161 auto const alice =
Account(
"alice");
2162 auto const bob =
Account(
"bob");
@@ -2537,6 +2537,8 @@ $(function() {
+
+
@@ -2544,6 +2546,7 @@ $(function() {
+
static std::pair< uint256, std::shared_ptr< SLE const > > channelKeyAndSle(ReadView const &view, jtx::Account const &account, jtx::Account const &dst)
void testSimple(FeatureBitset features)
diff --git a/PayStrand__test_8cpp_source.html b/PayStrand__test_8cpp_source.html
index 95d2ceaff3..63e801b658 100644
--- a/PayStrand__test_8cpp_source.html
+++ b/PayStrand__test_8cpp_source.html
@@ -257,7 +257,7 @@ $(function() {
-
+
@@ -1431,6 +1431,7 @@ $(function() {
+
Keylet line(AccountID const &id0, AccountID const &id1, Currency const ¤cy) noexcept
The index of a trust line for a given currency.
Keylet account(AccountID const &id) noexcept
AccountID root.
diff --git a/RPCCall_8cpp_source.html b/RPCCall_8cpp_source.html
index f0df173d25..33e42f911f 100644
--- a/RPCCall_8cpp_source.html
+++ b/RPCCall_8cpp_source.html
@@ -1286,7 +1286,7 @@ $(function() {
-
+
@@ -1896,7 +1896,6 @@ $(function() {
void fromNetwork(boost::asio::io_service &io_service, std::string const &strIp, std::uint16_t const iPort, std::string const &strUsername, std::string const &strPassword, std::string const &strPath, std::string const &strMethod, Json::Value const &jvParams, bool const bSSL, bool const quiet, Logs &logs, std::function< void(Json::Value const &jvInput)> callbackFuncP, std::unordered_map< std::string, std::string > headers)
Json::Value make_param_error(std::string const &message)
Returns a new json object that indicates invalid parameters.
static constexpr auto apiCommandLineVersion
-STObject parse(Json::Value const &jv)
Convert JSON to STObject.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::optional< KeyType > keyTypeFromString(std::string const &s)
std::string toBase58(AccountID const &v)
Convert AccountID to base58 checked string.
diff --git a/RPCHelpers_8cpp_source.html b/RPCHelpers_8cpp_source.html
index 1ab223a98e..2d29e04598 100644
--- a/RPCHelpers_8cpp_source.html
+++ b/RPCHelpers_8cpp_source.html
@@ -1041,7 +1041,7 @@ $(function() {
964 auto const filter = p.asString();
- 966 std::ranges::find_if(types, [&filter](
decltype(types.front())& t) {
+
967 return boost::iequals(std::get<0>(t), filter) ||
968 std::get<1>(t) == filter;
diff --git a/RawStateTable_8cpp_source.html b/RawStateTable_8cpp_source.html
index b5d65775c1..4bd2cc160d 100644
--- a/RawStateTable_8cpp_source.html
+++ b/RawStateTable_8cpp_source.html
@@ -322,7 +322,7 @@ $(function() {
- 247 std::piecewise_construct,
+
@@ -347,7 +347,7 @@ $(function() {
- 272 std::piecewise_construct,
+
@@ -372,7 +372,7 @@ $(function() {
- 297 std::piecewise_construct,
+
@@ -492,6 +492,7 @@ $(function() {
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void LogicError(std::string const &how) noexcept
Called when faulty logic causes a broken invariant.
+
A pair of SHAMap key and LedgerEntryType.
bool check(STLedgerEntry const &) const
Returns true if the SLE matches the type.
diff --git a/StrandFlow_8h_source.html b/StrandFlow_8h_source.html
index 6d63067011..b42f0184c1 100644
--- a/StrandFlow_8h_source.html
+++ b/StrandFlow_8h_source.html
@@ -387,7 +387,7 @@ $(function() {
326 FlowResult(TER ter_, boost::container::flat_set<uint256> ofrsToRm)
- 327 : removableOffers(
std::move(ofrsToRm)), ter(ter_)
+ 327 : removableOffers(
std::
move(ofrsToRm)), ter(ter_)
@@ -396,7 +396,7 @@ $(function() {
335 boost::container::flat_set<uint256> ofrsToRm)
- 336 :
in(in_),
out(out_), removableOffers(
std::move(ofrsToRm)), ter(ter_)
+ 336 :
in(in_),
out(out_), removableOffers(
std::
move(ofrsToRm)), ter(ter_)
@@ -954,6 +954,7 @@ $(function() {
T make_optional(T... args)
+
TER valid(PreclaimContext const &ctx, AccountID const &src)
Keylet offer(AccountID const &id, std::uint32_t seq) noexcept
An offer from an account.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
diff --git a/TaggedPointer_8h_source.html b/TaggedPointer_8h_source.html
index 25344b88d0..591b9af869 100644
--- a/TaggedPointer_8h_source.html
+++ b/TaggedPointer_8h_source.html
@@ -185,7 +185,7 @@ $(function() {
- 228 return std::popcount(a);
+
229#elif defined(__clang__) || defined(__GNUC__)
230 return __builtin_popcount(a);
@@ -241,6 +241,7 @@ $(function() {
int popcnt16(std::uint16_t a)
+
diff --git a/TestHelpers_8h_source.html b/TestHelpers_8h_source.html
index b76ce7ed64..4ae95768ed 100644
--- a/TestHelpers_8h_source.html
+++ b/TestHelpers_8h_source.html
@@ -112,10 +112,10 @@ $(function() {
35#if (defined(__clang_major__) && __clang_major__ < 15)
36#include <experimental/source_location>
-
+
39#include <source_location>
- 40using std::source_location;
+
@@ -558,7 +558,7 @@ $(function() {
- 486 source_location
const location = source_location::current())
+
488 int line = location.line();
489 char const* file = location.file_name();
@@ -731,7 +731,7 @@ $(function() {
std::string to_string(base_uint< Bits, Tag > const &a)
-
+
FeeLevel64 referenceFeeLevel
Reference transaction fee level.
Execution context for applying a JSON transaction.
diff --git a/TrustedPublisherServer_8h_source.html b/TrustedPublisherServer_8h_source.html
index 1998cacb7b..f15dfb8ea2 100644
--- a/TrustedPublisherServer_8h_source.html
+++ b/TrustedPublisherServer_8h_source.html
@@ -589,7 +589,7 @@ $(function() {
-
+
@@ -869,6 +869,7 @@ $(function() {
+
void write(nudb::detail::ostream &os, std::size_t t)
diff --git a/XChain__test_8cpp_source.html b/XChain__test_8cpp_source.html
index bd32258dea..0c08ecfa9c 100644
--- a/XChain__test_8cpp_source.html
+++ b/XChain__test_8cpp_source.html
@@ -1633,7 +1633,7 @@ $(function() {
1607 for (
int i = 0; i < numSigners; ++i)
- 1609 using namespace std::literals;
+
@@ -1708,7 +1708,7 @@ $(function() {
1682 for (
int i = 0; i < numSigners; ++i)
- 1684 using namespace std::literals;
+
@@ -1786,7 +1786,7 @@ $(function() {
1760 for (
int i = 0; i < numSigners; ++i)
- 1762 using namespace std::literals;
+
@@ -1861,7 +1861,7 @@ $(function() {
1835 for (
int i = 0; i < numSigners; ++i)
- 1837 using namespace std::literals;
+
@@ -4320,7 +4320,7 @@ $(function() {
-
+
@@ -4331,7 +4331,7 @@ $(function() {
-
+
@@ -4384,7 +4384,7 @@ $(function() {
-
+
@@ -4519,13 +4519,13 @@ $(function() {
-
-
-
+
+
+
-
+
@@ -4650,7 +4650,7 @@ $(function() {
-
+
@@ -4668,7 +4668,7 @@ $(function() {
-
+
@@ -4732,7 +4732,7 @@ $(function() {
-
+
@@ -4782,7 +4782,7 @@ $(function() {
-
+
@@ -4834,7 +4834,7 @@ $(function() {
-
+
@@ -4888,7 +4888,7 @@ $(function() {
-
+
@@ -4936,7 +4936,7 @@ $(function() {
-
+
@@ -4946,7 +4946,7 @@ $(function() {
-
+
@@ -4962,7 +4962,7 @@ $(function() {
4951 bool verify_balances =
true)
4953 using namespace jtx;
-
+
@@ -4972,7 +4972,7 @@ $(function() {
4963 auto vis = [&](
auto& sm) {
- 4964 uint32_t rnd = distrib(gen);
+
4965 return sm.advance(time, rnd);
4967 auto& [t, sm] = *it;
@@ -5015,7 +5015,7 @@ $(function() {
5005 constexpr size_t num_acct = 10;
5006 auto a = [&doorXRPLocking, &doorUSDLocking, &doorUSDIssuing]() {
- 5007 using namespace std::literals;
+
5010 for (
int i = 0; i < num_acct; ++i)
@@ -5066,7 +5066,7 @@ $(function() {
5056 constexpr size_t num_ua = 20;
- 5058 using namespace std::literals;
+
5061 for (
int i = 0; i < num_ua; ++i)
@@ -5365,6 +5365,7 @@ $(function() {
@ temXCHAIN_BRIDGE_BAD_ISSUES
+
diff --git a/aged__ordered__container_8h_source.html b/aged__ordered__container_8h_source.html
index 340d928c2a..5f23bba8f4 100644
--- a/aged__ordered__container_8h_source.html
+++ b/aged__ordered__container_8h_source.html
@@ -1737,7 +1737,7 @@ $(function() {
- 1678 std::piecewise_construct,
+
1681 m_cont.insert_commit(*p, d);
@@ -1766,7 +1766,7 @@ $(function() {
- 1707 std::piecewise_construct,
+
1710 m_cont.insert_commit(*p, d);
@@ -2575,6 +2575,7 @@ $(function() {
+
diff --git a/aged__unordered__container_8h_source.html b/aged__unordered__container_8h_source.html
index 026f409a80..752462b151 100644
--- a/aged__unordered__container_8h_source.html
+++ b/aged__unordered__container_8h_source.html
@@ -2698,7 +2698,7 @@ $(function() {
- 2640 std::piecewise_construct,
+
2643 m_cont.insert_commit(*p, d);
@@ -2739,7 +2739,7 @@ $(function() {
- 2681 std::piecewise_construct,
+
2684 m_cont.insert_commit(*p, d);
@@ -3777,6 +3777,7 @@ $(function() {
+
diff --git a/antithesis__sdk_8h_source.html b/antithesis__sdk_8h_source.html
index 038973a6f6..e59ca2890e 100644
--- a/antithesis__sdk_8h_source.html
+++ b/antithesis__sdk_8h_source.html
@@ -593,7 +593,7 @@ $(function() {
515 LocationInfo location;
517 Assertion(
const char* message, AssertionType type, LocationInfo&& location) :
- 518 state(), type(type), message(message), location(
std::move(location)) {
+ 518 state(), type(type), message(message), location(
std::
move(location)) {
519 this->add_to_catalog();
@@ -687,7 +687,7 @@ $(function() {
611 NumericGuidepost(
const char* message, LocationInfo&& location, GuidepostType type) :
- 612 message(message), location(
std::move(location)), type(type) {
+ 612 message(message), location(
std::
move(location)), type(type) {
613 this->add_to_catalog();
614 if (type == GUIDEPOST_MAXIMIZE) {
@@ -730,13 +730,13 @@ $(function() {
653 NumericValue half_left =
left / 2;
654 NumericValue half_right =
right / 2;
- 655 NumericValue midpoint = half_left + half_right;
+ 655 NumericValue
midpoint = half_left + half_right;
- 659 return { midpoint -
right,
true };
+
- 661 return {
right - midpoint,
false };
+
@@ -806,7 +806,7 @@ $(function() {
730 BooleanGuidepost(
const char* message, LocationInfo&& location, GuidepostType type) :
- 731 message(message), location(
std::move(location)), type(type) {
+ 731 message(message), location(
std::
move(location)), type(type) {
732 this->add_to_catalog();
@@ -1207,6 +1207,8 @@ $(function() {
+
+
Value to_json(ripple::Number const &number)
diff --git a/beast__io__latency__probe__test_8cpp_source.html b/beast__io__latency__probe__test_8cpp_source.html
index ff3b30a982..3a4469cee6 100644
--- a/beast__io__latency__probe__test_8cpp_source.html
+++ b/beast__io__latency__probe__test_8cpp_source.html
@@ -131,10 +131,10 @@ $(function() {
60 measure_asio_timers(duration interval = 100ms,
size_t num_samples = 50)
- 63 boost::asio::io_service ios;
-
-
- 66 boost::asio::basic_waitable_timer<Clock> timer{ios};
+ 63 boost::asio::io_service
ios;
+
+
+ 66 boost::asio::basic_waitable_timer<Clock> timer{
ios};
67 elapsed_times_.
reserve(num_samples);
@@ -206,8 +206,8 @@ $(function() {
- 138 boost::asio::io_service& ios)
-
+ 138 boost::asio::io_service&
ios)
+
@@ -311,6 +311,7 @@ $(function() {
241BEAST_DEFINE_TESTSUITE(io_latency_probe, asio,
beast);
+
Measures handler latency on an io_service queue.
diff --git a/classJson_1_1Array.html b/classJson_1_1Array.html
index 1412f35a02..dba18084b5 100644
--- a/classJson_1_1Array.html
+++ b/classJson_1_1Array.html
@@ -102,13 +102,13 @@ Collaboration diagram for Json::Array:


-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/classJson_1_1Collection__coll__graph.map b/classJson_1_1Collection__coll__graph.map
index b313cd9763..a648823aec 100644
--- a/classJson_1_1Collection__coll__graph.map
+++ b/classJson_1_1Collection__coll__graph.map
@@ -1,10 +1,10 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/classJson_1_1Collection__coll__graph.md5 b/classJson_1_1Collection__coll__graph.md5
index bd7aaf31a3..c3a3d95d09 100644
--- a/classJson_1_1Collection__coll__graph.md5
+++ b/classJson_1_1Collection__coll__graph.md5
@@ -1 +1 @@
-0e6f587eb452a38537f5b6c88aec47b8
\ No newline at end of file
+6ee9143303570d4bede40d25f897fae9
\ No newline at end of file
diff --git a/classJson_1_1Collection__coll__graph.png b/classJson_1_1Collection__coll__graph.png
index 5abf197e5b..08fb39483b 100644
Binary files a/classJson_1_1Collection__coll__graph.png and b/classJson_1_1Collection__coll__graph.png differ
diff --git a/classJson_1_1JsonObject__test.html b/classJson_1_1JsonObject__test.html
index a7801eba06..8c223be12d 100644
--- a/classJson_1_1JsonObject__test.html
+++ b/classJson_1_1JsonObject__test.html
@@ -102,18 +102,18 @@ Collaboration diagram for Json::JsonObject_test:
-
-
-
+
+
+
-
-
+
+
-
+
@@ -123,19 +123,19 @@ Collaboration diagram for Json::JsonObject_test:
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
[legend]
diff --git a/classJson_1_1JsonObject__test__coll__graph.map b/classJson_1_1JsonObject__test__coll__graph.map
index 03518b06e5..2b56ec8a18 100644
--- a/classJson_1_1JsonObject__test__coll__graph.map
+++ b/classJson_1_1JsonObject__test__coll__graph.map
@@ -1,16 +1,16 @@
-
-
-
+
+
+
-
-
+
+
-
+
@@ -20,17 +20,17 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
diff --git a/classJson_1_1JsonObject__test__coll__graph.md5 b/classJson_1_1JsonObject__test__coll__graph.md5
index 707a167139..f03deb2eae 100644
--- a/classJson_1_1JsonObject__test__coll__graph.md5
+++ b/classJson_1_1JsonObject__test__coll__graph.md5
@@ -1 +1 @@
-1ce4c764cb7e54f9c4f73d7823d0759c
\ No newline at end of file
+a7883f5502e827cba3776778e98e7107
\ No newline at end of file
diff --git a/classJson_1_1JsonObject__test__coll__graph.png b/classJson_1_1JsonObject__test__coll__graph.png
index 744dc47d0f..0fc4b34264 100644
Binary files a/classJson_1_1JsonObject__test__coll__graph.png and b/classJson_1_1JsonObject__test__coll__graph.png differ
diff --git a/classJson_1_1JsonWriter__test.html b/classJson_1_1JsonWriter__test.html
index c4f3fb6b65..7130b93edb 100644
--- a/classJson_1_1JsonWriter__test.html
+++ b/classJson_1_1JsonWriter__test.html
@@ -102,18 +102,18 @@ Collaboration diagram for Json::JsonWriter_test:
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
@@ -123,12 +123,12 @@ Collaboration diagram for Json::JsonWriter_test:
-
-
-
-
-
-
+
+
+
+
+
+
[legend]
diff --git a/classJson_1_1JsonWriter__test__coll__graph.map b/classJson_1_1JsonWriter__test__coll__graph.map
index 7202433983..20bd089f78 100644
--- a/classJson_1_1JsonWriter__test__coll__graph.map
+++ b/classJson_1_1JsonWriter__test__coll__graph.map
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
@@ -20,11 +20,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/classJson_1_1JsonWriter__test__coll__graph.md5 b/classJson_1_1JsonWriter__test__coll__graph.md5
index 156520e78a..8b0ba202f4 100644
--- a/classJson_1_1JsonWriter__test__coll__graph.md5
+++ b/classJson_1_1JsonWriter__test__coll__graph.md5
@@ -1 +1 @@
-1f5ab98c1579339f2342caf084f6de5f
\ No newline at end of file
+f12e41cb36ff6deddd3f1e3b11a4b598
\ No newline at end of file
diff --git a/classJson_1_1JsonWriter__test__coll__graph.png b/classJson_1_1JsonWriter__test__coll__graph.png
index 13b86c0c40..9ae2736cf6 100644
Binary files a/classJson_1_1JsonWriter__test__coll__graph.png and b/classJson_1_1JsonWriter__test__coll__graph.png differ
diff --git a/classJson_1_1Object.html b/classJson_1_1Object.html
index cd16828476..673fe1ce21 100644
--- a/classJson_1_1Object.html
+++ b/classJson_1_1Object.html
@@ -103,13 +103,13 @@ Collaboration diagram for Json::Object:
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/classJson_1_1Object_1_1Proxy.html b/classJson_1_1Object_1_1Proxy.html
index d6935f3414..6fcbe81826 100644
--- a/classJson_1_1Object_1_1Proxy.html
+++ b/classJson_1_1Object_1_1Proxy.html
@@ -87,14 +87,14 @@ Collaboration diagram for Json::Object::Proxy:

-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/classJson_1_1Object_1_1Proxy__coll__graph.map b/classJson_1_1Object_1_1Proxy__coll__graph.map
index 6b76925bdc..74442ea9b4 100644
--- a/classJson_1_1Object_1_1Proxy__coll__graph.map
+++ b/classJson_1_1Object_1_1Proxy__coll__graph.map
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/classJson_1_1Object_1_1Proxy__coll__graph.md5 b/classJson_1_1Object_1_1Proxy__coll__graph.md5
index eb798a8800..f944a8c9b5 100644
--- a/classJson_1_1Object_1_1Proxy__coll__graph.md5
+++ b/classJson_1_1Object_1_1Proxy__coll__graph.md5
@@ -1 +1 @@
-a5ca157bce3d96614687d658b03d9650
\ No newline at end of file
+f31a7bc45234db82d9c34011a91b46d1
\ No newline at end of file
diff --git a/classJson_1_1Object_1_1Proxy__coll__graph.png b/classJson_1_1Object_1_1Proxy__coll__graph.png
index fd31a03824..f21d40a855 100644
Binary files a/classJson_1_1Object_1_1Proxy__coll__graph.png and b/classJson_1_1Object_1_1Proxy__coll__graph.png differ
diff --git a/classJson_1_1Object_1_1Root.html b/classJson_1_1Object_1_1Root.html
index e59af3304e..c0e6395641 100644
--- a/classJson_1_1Object_1_1Root.html
+++ b/classJson_1_1Object_1_1Root.html
@@ -98,14 +98,14 @@ Collaboration diagram for Json::Object::Root:

-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/classJson_1_1Object_1_1Root__coll__graph.map b/classJson_1_1Object_1_1Root__coll__graph.map
index 70359cade4..d8a48d512b 100644
--- a/classJson_1_1Object_1_1Root__coll__graph.map
+++ b/classJson_1_1Object_1_1Root__coll__graph.map
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/classJson_1_1Object_1_1Root__coll__graph.md5 b/classJson_1_1Object_1_1Root__coll__graph.md5
index a801ad3214..a604889085 100644
--- a/classJson_1_1Object_1_1Root__coll__graph.md5
+++ b/classJson_1_1Object_1_1Root__coll__graph.md5
@@ -1 +1 @@
-7c527dc0e4f19e958e2087a468bea3b2
\ No newline at end of file
+ee794542f01c236fe5dd8000fed93e26
\ No newline at end of file
diff --git a/classJson_1_1Object_1_1Root__coll__graph.png b/classJson_1_1Object_1_1Root__coll__graph.png
index 741758a2d2..c067b8e26e 100644
Binary files a/classJson_1_1Object_1_1Root__coll__graph.png and b/classJson_1_1Object_1_1Root__coll__graph.png differ
diff --git a/classJson_1_1Object__coll__graph.map b/classJson_1_1Object__coll__graph.map
index 8b07c7589f..7203e0df2a 100644
--- a/classJson_1_1Object__coll__graph.map
+++ b/classJson_1_1Object__coll__graph.map
@@ -1,11 +1,11 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/classJson_1_1Object__coll__graph.md5 b/classJson_1_1Object__coll__graph.md5
index f6d4639d12..9c381fb2fe 100644
--- a/classJson_1_1Object__coll__graph.md5
+++ b/classJson_1_1Object__coll__graph.md5
@@ -1 +1 @@
-d86da048b40c6e613c1882c9aa078bd3
\ No newline at end of file
+83094d8fbf346f1219e8d0c0771b189e
\ No newline at end of file
diff --git a/classJson_1_1Object__coll__graph.png b/classJson_1_1Object__coll__graph.png
index 5a58bfdb41..ef96dbcf2a 100644
Binary files a/classJson_1_1Object__coll__graph.png and b/classJson_1_1Object__coll__graph.png differ
diff --git a/classJson_1_1Reader.html b/classJson_1_1Reader.html
index 8c3c6f20ee..18f3d483de 100644
--- a/classJson_1_1Reader.html
+++ b/classJson_1_1Reader.html
@@ -95,14 +95,14 @@ Collaboration diagram for Json::Reader:

-
-
+
+
-
+
diff --git a/classJson_1_1Reader__coll__graph.map b/classJson_1_1Reader__coll__graph.map
index 271ac8dd4b..8d22ac2c1b 100644
--- a/classJson_1_1Reader__coll__graph.map
+++ b/classJson_1_1Reader__coll__graph.map
@@ -1,12 +1,12 @@
-
-
+
+
-
+
diff --git a/classJson_1_1Reader__coll__graph.md5 b/classJson_1_1Reader__coll__graph.md5
index 7e9bb4086c..154ad03f4f 100644
--- a/classJson_1_1Reader__coll__graph.md5
+++ b/classJson_1_1Reader__coll__graph.md5
@@ -1 +1 @@
-7d2dcf52e6f775f709d529e2ed64a190
\ No newline at end of file
+6cda88a86795c4bf1e1c2f2dec4e5f2d
\ No newline at end of file
diff --git a/classJson_1_1Reader__coll__graph.png b/classJson_1_1Reader__coll__graph.png
index 8f831172a7..951c5096f2 100644
Binary files a/classJson_1_1Reader__coll__graph.png and b/classJson_1_1Reader__coll__graph.png differ
diff --git a/classJson_1_1Writer.html b/classJson_1_1Writer.html
index 56d4aa8e98..e9d45a5442 100644
--- a/classJson_1_1Writer.html
+++ b/classJson_1_1Writer.html
@@ -93,11 +93,11 @@ Collaboration diagram for Json::Writer:
-
-
-
-
-
+
+
+
+
+
diff --git a/classJson_1_1WriterObject.html b/classJson_1_1WriterObject.html
index 37a7357e1d..f294136123 100644
--- a/classJson_1_1WriterObject.html
+++ b/classJson_1_1WriterObject.html
@@ -90,21 +90,21 @@ Collaboration diagram for Json::WriterObject:
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
[legend]
diff --git a/classJson_1_1WriterObject__coll__graph.map b/classJson_1_1WriterObject__coll__graph.map
index 716563c243..dd1385dd7f 100644
--- a/classJson_1_1WriterObject__coll__graph.map
+++ b/classJson_1_1WriterObject__coll__graph.map
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
diff --git a/classJson_1_1WriterObject__coll__graph.md5 b/classJson_1_1WriterObject__coll__graph.md5
index c22745d600..1803fa1a16 100644
--- a/classJson_1_1WriterObject__coll__graph.md5
+++ b/classJson_1_1WriterObject__coll__graph.md5
@@ -1 +1 @@
-1612f5afe4f15e7e78539ed0f1929df1
\ No newline at end of file
+0d8d1792eaf7f1bf8a3cb5c9ccf403c1
\ No newline at end of file
diff --git a/classJson_1_1WriterObject__coll__graph.png b/classJson_1_1WriterObject__coll__graph.png
index 6f65ae09a6..ab50b9bb4e 100644
Binary files a/classJson_1_1WriterObject__coll__graph.png and b/classJson_1_1WriterObject__coll__graph.png differ
diff --git a/classJson_1_1Writer_1_1Impl.html b/classJson_1_1Writer_1_1Impl.html
index c0bf7adb82..2632bf2f9d 100644
--- a/classJson_1_1Writer_1_1Impl.html
+++ b/classJson_1_1Writer_1_1Impl.html
@@ -87,9 +87,9 @@ Collaboration diagram for Json::Writer::Impl:

-
-
-
+
+
+
diff --git a/classJson_1_1Writer_1_1Impl__coll__graph.map b/classJson_1_1Writer_1_1Impl__coll__graph.map
index 1f3de1dcc0..810030074b 100644
--- a/classJson_1_1Writer_1_1Impl__coll__graph.map
+++ b/classJson_1_1Writer_1_1Impl__coll__graph.map
@@ -1,7 +1,7 @@
-
-
-
+
+
+
diff --git a/classJson_1_1Writer_1_1Impl__coll__graph.md5 b/classJson_1_1Writer_1_1Impl__coll__graph.md5
index bd37488fb5..c533b14d3c 100644
--- a/classJson_1_1Writer_1_1Impl__coll__graph.md5
+++ b/classJson_1_1Writer_1_1Impl__coll__graph.md5
@@ -1 +1 @@
-003661d367f5ab59f6ca4df615961c92
\ No newline at end of file
+603835ef65884a492540862a32faedfe
\ No newline at end of file
diff --git a/classJson_1_1Writer_1_1Impl__coll__graph.png b/classJson_1_1Writer_1_1Impl__coll__graph.png
index 110a98a966..80692d63fd 100644
Binary files a/classJson_1_1Writer_1_1Impl__coll__graph.png and b/classJson_1_1Writer_1_1Impl__coll__graph.png differ
diff --git a/classJson_1_1Writer__coll__graph.map b/classJson_1_1Writer__coll__graph.map
index 0109825933..25ddcb0d20 100644
--- a/classJson_1_1Writer__coll__graph.map
+++ b/classJson_1_1Writer__coll__graph.map
@@ -1,9 +1,9 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/classJson_1_1Writer__coll__graph.md5 b/classJson_1_1Writer__coll__graph.md5
index 8f1c535868..a3bd4a1d75 100644
--- a/classJson_1_1Writer__coll__graph.md5
+++ b/classJson_1_1Writer__coll__graph.md5
@@ -1 +1 @@
-e54ec13525deaf9f2900dce9cc00d848
\ No newline at end of file
+d89aae9319480a24a07b638e07b16613
\ No newline at end of file
diff --git a/classJson_1_1Writer__coll__graph.png b/classJson_1_1Writer__coll__graph.png
index 5cd05db979..9e6f81d4b2 100644
Binary files a/classJson_1_1Writer__coll__graph.png and b/classJson_1_1Writer__coll__graph.png differ
diff --git a/classbeast_1_1basic__logstream-members.html b/classbeast_1_1basic__logstream-members.html
index 67522d6717..5315614970 100644
--- a/classbeast_1_1basic__logstream-members.html
+++ b/classbeast_1_1basic__logstream-members.html
@@ -106,30 +106,31 @@ $(function() {
| operator bool(T... args) | std::basic_ostream< Char > | |
| operator!(T... args) | std::basic_ostream< Char > | |
| operator<<(T... args) | std::basic_ostream< Char > | |
- | pos_type typedef | beast::basic_logstream< CharT, Traits > | private |
- | precision(T... args) | std::basic_ostream< Char > | |
- | put(T... args) | std::basic_ostream< Char > | |
- | pword(T... args) | std::basic_ostream< Char > | |
- | rdbuf(T... args) | std::basic_ostream< Char > | |
- | rdstate(T... args) | std::basic_ostream< Char > | |
- | register_callback(T... args) | std::basic_ostream< Char > | |
- | seekp(T... args) | std::basic_ostream< Char > | |
- | set_rdbuf(T... args) | std::basic_ostream< Char > | |
- | setf(T... args) | std::basic_ostream< Char > | |
- | setstate(T... args) | std::basic_ostream< Char > | |
- | swap(T... args) | std::basic_ostream< Char > | |
- | sync_with_stdio(T... args) | std::basic_ostream< Char > | |
- | tellp(T... args) | std::basic_ostream< Char > | |
- | tie(T... args) | std::basic_ostream< Char > | |
- | traits_type typedef | beast::basic_logstream< CharT, Traits > | private |
- | unsetf(T... args) | std::basic_ostream< Char > | |
- | widen(T... args) | std::basic_ostream< Char > | |
- | width(T... args) | std::basic_ostream< Char > | |
- | write(T... args) | std::basic_ostream< Char > | |
- | xalloc(T... args) | std::basic_ostream< Char > | |
- | ~basic_ios(T... args) | std::basic_ios< Char > | |
- | ~basic_ostream(T... args) | std::basic_ostream< Char > | |
- | ~ios_base(T... args) | std::ios_base | |
+ | operator=(T... args) | std::basic_ostream< Char > | |
+ | pos_type typedef | beast::basic_logstream< CharT, Traits > | private |
+ | precision(T... args) | std::basic_ostream< Char > | |
+ | put(T... args) | std::basic_ostream< Char > | |
+ | pword(T... args) | std::basic_ostream< Char > | |
+ | rdbuf(T... args) | std::basic_ostream< Char > | |
+ | rdstate(T... args) | std::basic_ostream< Char > | |
+ | register_callback(T... args) | std::basic_ostream< Char > | |
+ | seekp(T... args) | std::basic_ostream< Char > | |
+ | set_rdbuf(T... args) | std::basic_ostream< Char > | |
+ | setf(T... args) | std::basic_ostream< Char > | |
+ | setstate(T... args) | std::basic_ostream< Char > | |
+ | swap(T... args) | std::basic_ostream< Char > | |
+ | sync_with_stdio(T... args) | std::basic_ostream< Char > | |
+ | tellp(T... args) | std::basic_ostream< Char > | |
+ | tie(T... args) | std::basic_ostream< Char > | |
+ | traits_type typedef | beast::basic_logstream< CharT, Traits > | private |
+ | unsetf(T... args) | std::basic_ostream< Char > | |
+ | widen(T... args) | std::basic_ostream< Char > | |
+ | width(T... args) | std::basic_ostream< Char > | |
+ | write(T... args) | std::basic_ostream< Char > | |
+ | xalloc(T... args) | std::basic_ostream< Char > | |
+ | ~basic_ios(T... args) | std::basic_ios< Char > | |
+ | ~basic_ostream(T... args) | std::basic_ostream< Char > | |
+ | ~ios_base(T... args) | std::ios_base | |