commit | 401d1a48a83d4957633c99ca9fb4fd5146876c5e | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Dec 19 21:10:22 2024 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Dec 21 01:15:00 2024 -0500 |
tree | 7dc95f3e57124d93042f4f7fb60dfd9f96609b3f | |
parent | 7a6084665b36601c46ed761033728b0b510aca1a [diff] [blame] |
Switch to std::filesystem Change-Id: I3b8e8adfae9b063f97396d35a5f2296df56a3eb9
diff --git a/daemon/face/unix-stream-channel.hpp b/daemon/face/unix-stream-channel.hpp index dbe53d4..d99ea33 100644 --- a/daemon/face/unix-stream-channel.hpp +++ b/daemon/face/unix-stream-channel.hpp
@@ -80,7 +80,7 @@ * returns an error) * \param backlog The maximum length of the queue of pending incoming * connections - * \throw boost::system::system_error + * \throw std::system_error */ void listen(const FaceCreatedCallback& onFaceCreated,