We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c0121 commit 29430afCopy full SHA for 29430af
include/bitcoin/protocol/settings.hpp
@@ -31,6 +31,8 @@ namespace protocol {
31
/// Common protocol configuration settings, properties not thread safe.
32
struct BCP_API settings
33
{
34
+ DEFAULT_COPY_MOVE_DESTRUCT(settings);
35
+
36
settings() NOEXCEPT;
37
settings(uint32_t send_high_water, uint32_t receive_high_water) NOEXCEPT;
38
0 commit comments