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 8090459 commit 7035566Copy full SHA for 7035566
src/socket_wrapper/include/socket_wrapper/socket_class.h
@@ -12,7 +12,7 @@ class Socket final
12
explicit Socket(SocketDescriptorType socket_descriptor);
13
14
Socket(const Socket &) = delete;
15
- Socket(Socket &&s);
+ Socket(Socket &&s) noexcept;
16
Socket &operator=(const Socket &s) = delete;
17
Socket &operator=(Socket &&s);
18
0 commit comments