mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
@@ -365,7 +365,6 @@ public:
|
||||
/** Journal has no default constructor. */
|
||||
Journal() = delete;
|
||||
|
||||
[[deprecated]]
|
||||
Journal(Journal const& other)
|
||||
: Journal(other, nullptr)
|
||||
{
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <source_location>
|
||||
#include <utility>
|
||||
#include <memory>
|
||||
|
||||
namespace ripple::log {
|
||||
|
||||
@@ -77,7 +78,7 @@ public:
|
||||
void
|
||||
setModuleName(std::string const& name) override;
|
||||
|
||||
std::unique_ptr<StructuredLogAttributes>
|
||||
[[nodiscard]] std::unique_ptr<StructuredLogAttributes>
|
||||
clone() const override;
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user