We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecc81c commit 2039f33Copy full SHA for 2039f33
include/boost/cobalt/io/socket.hpp
@@ -20,10 +20,10 @@ namespace boost::cobalt::io
20
21
struct BOOST_SYMBOL_VISIBLE socket
22
{
23
- [[nodiscard]] system::result<void> open(protocol_type prot = protocol_type {});
24
- [[nodiscard]] system::result<void> close();
25
- [[nodiscard]] system::result<void> cancel();
26
- [[nodiscard]] bool is_open() const;
+ [[nodiscard]] BOOST_COBALT_IO_DECL system::result<void> open(protocol_type prot = protocol_type {});
+ [[nodiscard]] BOOST_COBALT_IO_DECL system::result<void> close();
+ [[nodiscard]] BOOST_COBALT_IO_DECL system::result<void> cancel();
+ [[nodiscard]] BOOST_COBALT_IO_DECL bool is_open() const;
27
28
// asio acceptor compatibility
29
template<typename T>
0 commit comments