This commit is contained in:
bthomee
2025-02-05 18:09:38 +00:00
parent 6a62347038
commit 7e62619de6
209 changed files with 19270 additions and 16367 deletions

View File

@@ -120,7 +120,7 @@ $(function() {
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="comment">// Feature.cpp. Because it&#39;s only used to reserve storage, and determine how</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="comment">// large to make the FeatureBitset, it MAY be larger. It MUST NOT be less than</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="comment">// the actual number of amendments. A LogicError on startup will verify this.</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f"> 83</a></span><span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code hl_variable" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">numFeatures</a> = 86;</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f"> 83</a></span><span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code hl_variable" href="namespaceripple_1_1detail.html#a21f3cf18de89d49823e064f09526cb5f">numFeatures</a> = 87;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map&lt;std::string, VoteBehavior&gt;</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><a class="code hl_function" href="namespaceripple_1_1detail.html#aa306c03c39352f8b30c6fbde3fe972f3">supportedAmendments</a>();</div>