We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de03b82 + 06a9404 commit 27ff4cdCopy full SHA for 27ff4cd
include/bitcoin/system/wallet/keys/hd_private.hpp
@@ -73,7 +73,6 @@ class BC_API hd_private
73
bool operator<(const hd_private& other) const NOEXCEPT;
74
bool operator==(const hd_private& other) const NOEXCEPT;
75
bool operator!=(const hd_private& other) const NOEXCEPT;
76
- hd_private& operator=(hd_private other) NOEXCEPT;
77
friend std::istream& operator>>(std::istream& in, hd_private& to);
78
friend std::ostream& operator<<(std::ostream& out,
79
const hd_private& of) NOEXCEPT;
0 commit comments