Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3e884f

Browse files
committed
Merge pull request#548 from rcdailey/response-copy-semantics
Remove user-declared default, copy and move constructors
2 parents769e5c6 +dd69300 commitd3e884f

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)

[8]ページ先頭

©2009-2025 Movatter.jp