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 d45a1a5 commit 37223b1Copy full SHA for 37223b1
include/bencode.hpp
@@ -67,7 +67,7 @@ namespace bencode {
67
return *this;
68
}
69
70
- void swap(const map_proxy &rhs) { proxy_->swap(*rhs.proxy); }
+ void swap(const map_proxy &rhs) { proxy_->swap(*rhs.proxy_); }
71
72
operator map_type &() { return *proxy_; };
73
operator const map_type &() const { return *proxy_; };
0 commit comments