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 c0f7444 commit 22375baCopy full SHA for 22375ba
boost/network/uri/uri.hpp
@@ -87,7 +87,7 @@ class BOOST_URI_DECL uri {
87
88
void swap(uri &other) {
89
boost::swap(uri_, other.uri_);
90
- other.parse();
+ other.parse();
91
boost::swap(is_valid_, other.is_valid_);
92
}
93
0 commit comments