mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 22:24:05 +01:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -507,8 +507,7 @@ namespace detail {
|
||||
class FormatArg
|
||||
{
|
||||
public:
|
||||
FormatArg()
|
||||
{ }
|
||||
FormatArg() = default;
|
||||
|
||||
template<typename T>
|
||||
explicit FormatArg(const T& value)
|
||||
|
||||
Reference in New Issue
Block a user