mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
fix broken builds
This commit is contained in:
@@ -32,7 +32,8 @@ appendSection(std::vector<uint8_t>& out, uint8_t section, std::vector<uint8_t> c
|
||||
void
|
||||
appendBytes(std::vector<uint8_t>& out, auto const& bytes)
|
||||
{
|
||||
out.insert(out.end(), std::begin(bytes), std::end(bytes));
|
||||
for (auto byte : bytes)
|
||||
out.push_back(byte);
|
||||
}
|
||||
|
||||
std::vector<uint8_t>
|
||||
|
||||
Reference in New Issue
Block a user