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.
2 parents 769e5c6 + dd69300 commit d3e884fCopy full SHA for d3e884f
http/src/network/http/v2/client/response.hpp
@@ -60,23 +60,6 @@ class response {
60
*/
61
typedef headers_type::const_iterator const_headers_iterator;
62
63
- /**
64
- * \brief Constructor.
65
- */
66
- response() = default;
67
-
68
69
- * \brief Copy constructor.
70
- * \param other The other response object.
71
72
- response(const response &other) = default;
73
74
75
- * \brief Move constructor.
76
77
78
- response(response &&other) noexcept = default;
79
80
/**
81
* \brief Swap function.
82
* \param other The other response object.
0 commit comments