commit | b7bfcb904a313af606503d7380a69edc47a9b30e | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun May 22 23:55:23 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon May 23 03:42:32 2022 -0400 |
tree | 25fbc9dd28f677c67e129da452ce076ebbd97785 | |
parent | 4b84a2c9befc405d9d03e4e76e31918ba5830e97 [diff] [blame] |
build: switch to C++17 Change-Id: Ie68020a04b7e20b74778b6d0370544ded55c5e26
diff --git a/tests/daemon/face/websocket-channel-fixture.hpp b/tests/daemon/face/websocket-channel-fixture.hpp index 3072992..62c717b 100644 --- a/tests/daemon/face/websocket-channel-fixture.hpp +++ b/tests/daemon/face/websocket-channel-fixture.hpp
@@ -39,7 +39,7 @@ protected: shared_ptr<WebSocketChannel> makeChannel(const boost::asio::ip::address& addr, uint16_t port = 0, - optional<size_t> mtu = nullopt) final + std::optional<size_t> mtu = std::nullopt) final { if (port == 0) port = getNextPort();