Commit 6db84852 authored by Max Kellermann's avatar Max Kellermann

client/Listener: add `noexcept`

parent 41dc36ba
......@@ -28,7 +28,7 @@ class ClientListener final : public ServerSocket {
Partition &partition;
public:
ClientListener(EventLoop &_loop, Partition &_partition)
ClientListener(EventLoop &_loop, Partition &_partition) noexcept
:ServerSocket(_loop), partition(_partition) {}
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment