mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 09:41:52 +01:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -242,7 +242,7 @@ public:
|
||||
fill(item_ptr(0), first, last);
|
||||
}
|
||||
|
||||
prevector() {}
|
||||
prevector() = default;
|
||||
|
||||
explicit prevector(size_type n) {
|
||||
resize(n);
|
||||
|
||||
Reference in New Issue
Block a user