Skip to content

Commit d3e884f

Browse files
committed
Merge pull request #548 from rcdailey/response-copy-semantics
Remove user-declared default, copy and move constructors
2 parents 769e5c6 + dd69300 commit d3e884f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

http/src/network/http/v2/client/response.hpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,6 @@ class response {
6060
*/
6161
typedef headers_type::const_iterator const_headers_iterator;
6262

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-
* \param other The other response object.
77-
*/
78-
response(response &&other) noexcept = default;
79-
8063
/**
8164
* \brief Swap function.
8265
* \param other The other response object.

0 commit comments

Comments
 (0)